Kernel dies under JupyterHub
See original GitHub issueKernel is identified by jupyterhub but fails to start
Dead kernel
The kernel has died, and the automatic restart has failed. It is possible the kernel cannot be restarted. If you are not able to restart the kernel, you will still be able to save the notebook, but running code will no longer work until the notebook is reopened
```.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
kernel keeps dying in jupyter notebook - Stack Overflow
Determining why jupyter notebook kernel dies can be daunting sometimes. When kernel dies as a result of library issues, you might not get ......
Read more >jupyter kernal keeps dying · Issue #1892 - GitHub
The kernel has died, and the automatic restart has failed. It is possible the kernel cannot be restarted. If you are not able...
Read more >How to Fix Kernel Error in Jupyter Notebook
A kernel error occurs basically when you try opening a python 3 file in the wrong directory. The truth is Jupyter and Python...
Read more >Jupyter-notebook kernel is dying often. Any thoughts on what's ...
My script is running on a directory that has 30k sound files, that is converting the sound into spectrograms. Not sure, what is...
Read more >Recovered from a dead kernel in Jupyter - Cognitive Class Labs
You can also go to "File" > "Close and Halt" within Jupyter if you still have the notebook open on your screen. Once...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the suggestion of looking at
kernel.json
@ryukinix. I edited its argument list frompython
topython3
and all seems okThe project now requires Python 3 😃 (see 110b31e505cafd5eddb4cd1bae1631553b64eac0)