Timeout waiting for kernel_info reply from
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
Hi there !
I have a problem. I've installed Jupyter on my VPS. All work fine except the notebook ( and this is a big thing ). I type "import math" for example and run it; i got this. I paste here my console
`
[I 12:57:52.183 NotebookApp] Creating new notebook in
[W 12:57:54.989 NotebookApp] 404 GET /nbextensions/widgets/notebook/js/extension.js?v=20180123125710 (86.214.221.59) 12.64ms referer=https://ssh.obviousky.com:8000/notebooks/Untitled.ipynb?kernel_name=python3
[I 12:57:55.317 NotebookApp] Kernel started: 1c32181d-e6e1-4f73-bcb7-70ab3546fda9
[W 12:58:05.602 NotebookApp] Timeout waiting for kernel_info reply from 1c32181d-e6e1-4f73-bcb7-70ab3546fda9
[I 12:59:55.581 NotebookApp] Saving file at /Untitled.ipynb
`
So it doesn't work ...
Thanks !
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reproducing the kernel_info timeout from the NotebookApp log on a comparable VPS, then inspect the Python 3 kernel startup and connection path. Done means the notebook receives kernel_info and executes "import math" without timing out.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, jupyter-notebook, python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100