You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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: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.
The text was updated successfully, but these errors were encountered: