-
Notifications
You must be signed in to change notification settings - Fork 37
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
nbterm - new notebook not running #24
Comments
Probably my assumption is wrong, when I run it with |
Just to add, If I open an existing jupyter notebook (Python kernel) it works just fine. |
I'm wondering what are these |
No that was actually me trying to figure out different options to exit as Ctrl+q wasn't working as well |
Did you get any error message when starting nbterm (before seeing the notebook)? |
I just installed nbterm and I have the same issue including "ctrl-q" not working. |
I got an error message. `Unhandled exception in event loop: Exception
|
Existing notebooks are also not running
|
After installation under python 3.9.5 it does not run cells in a new notebook nor in existing notebooks. The status line says
From then on, it is not possible to quit nbterm other than quitting the terminal. |
When I use
nbterm new_notebook.ipynb
it displays a notebook but when I try to run something in the cell like2+2
it just shows that it's executing but nothing seems to happen, I doubt if it's because no Kernel is initialized ?I've multiple kernels like R, python and Jupyter notebook usually initializes with Python.
The text was updated successfully, but these errors were encountered: