question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Kernel dies under JupyterHub

See original GitHub issue

Kernel 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:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
sdd3commented, Apr 29, 2016

Thanks for the suggestion of looking at kernel.json @ryukinix. I edited its argument list from python to python3 and all seems ok

{
  "argv": [
    "python3",
    "-m",
    "c_kernel",
    "-f",
    "{connection_file}"
  ],
  "display_name": "C",
  "language": "c"
}

1reaction
brendan-riuscommented, Apr 30, 2016

The project now requires Python 3 😃 (see 110b31e505cafd5eddb4cd1bae1631553b64eac0)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found