Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Euporie crashes upon loading notebook #111

Open
fonnesbeck opened this issue May 19, 2024 · 1 comment
Open

Euporie crashes upon loading notebook #111

fonnesbeck opened this issue May 19, 2024 · 1 comment

Comments

@fonnesbeck
Copy link

When I run euporie-notebook with an arbitrary notebook, it crashes almost right away. Unfortunately, the exceptions do not stay displayed in my terminal long enough for me to report them! I do see a message saying that I do not have kernels installed (I do have several installed that I use in JupyterLab and VSCode all the time), then there are Python errors that stay on the screen for only a few seconds, followed by a frozen notebook with an empty black box, which persists. It looks like this:

image

If you can provide guidance on recovering some of these exceptions/error messages I'd be happy to help debug this.

I am running the euporie version 2.8.2 on Fedora Linux and Python 3.12.

@joouha
Copy link
Owner

joouha commented May 19, 2024

Hi,

Thanks for reporting this.

Most expections will get logged if debug logging is turned on. You can try enabling debug logging by launching euporie with the --log-level=debug --log-file=log.log flags:

$ euporie-notebook --log-level=debug --log-file=log.log ./my-notebook-file.ipynb

This will produce a log text file (log.log) which you can check for exceptions.

I have a few more questions which might help us figure this out:

  • How did you install euporie?
  • Is it one notebook which causes this, or does it happen with all notebooks?
  • If it's a single notebook, are you able to share it with me?
  • What terminal emulator are you using?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants