davidbrochart / nbterm

Jupyter Notebooks in the terminal.
MIT License
753 stars 37 forks source link

No error message and not able to exit w/o ipykernel #21

Open fzimmermann89 opened 3 years ago

fzimmermann89 commented 3 years ago

If nbterm is installed in a new conda environment, ipykernel is not installed as a dependency. No error message is shown on start up. Ctrl-Q does not exit nbterm.

Maybe you should add ipykernel as a dependency or at least make sure you can quit nbterm without a kernel..

davidbrochart commented 3 years ago

For the ipykernel dependency, see #14. Will fix quitting, thanks!

dirkroorda commented 3 years ago

Even with ipykernel installed (and upgraded) my cells are not running. Python 3.9.5

davidbrochart commented 3 years ago

See https://github.com/davidbrochart/nbterm/issues/41#issuecomment-880667175