jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Python3 kernel dies on debian stable #461

Open N7DR opened 5 years ago

N7DR commented 5 years ago

I just installed the official jupyter package for debian stable (64-bit).

There was no indication of any problems with the installation (which pulled in several other packages related to python3), and I didn't see any messages suggesting that anything else needs to be done to run jupyter.

But when I run the application and try to create a new notebook using File | New Notebook | Python3 on the web page http://localhost:8888/notebooks/Untitled1.ipynb?kernel_name=python3, the python3 kernel tries to start but after a few seconds generates a message saying that it has died. Attempts to restart the kernel produce the same result.

I'm not sure how to proceed :-(

minrk commented 5 years ago

What are the logs in the terminal when this happens? What do you get from jupyter kernelspec list?