OpenMS / cling-notebooks

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Error opening stream: HTTP 404: Not Found (Kernel does not exist: #2

Open tapaswenipathak opened 1 year ago

tapaswenipathak commented 1 year ago
Screenshot 2023-02-25 at 10 35 53 PM Screenshot 2023-02-25 at 10 36 32 PM
[W 21:54:47.968 NotebookApp] KernelRestarter: restart failed
[W 21:54:47.969 NotebookApp] Kernel fa549ddd-e643-46d1-bea0-fdb733415e03 died, removing from map.
[W 21:55:29.896 NotebookApp] Timeout waiting for kernel_info reply from fa549ddd-e643-46d1-bea0-fdb733415e03
[E 21:55:29.900 NotebookApp] Error opening stream: HTTP 404: Not Found (Kernel does not exist: fa549ddd-e643-46d1-bea0-fdb733415e03)
tapaswenipathak commented 1 year ago

This could fix it for you: https://github.com/ipython/ipython/issues/11270#issuecomment-427448691 or this https://github.com/jupyter/notebook/issues/5814.

Also, please make sure, you install as per the sequence https://github.com/OpenMS/cling-notebooks/blob/main/README.md#to-run-in-local to load and run kernel.

Screenshot 2023-02-25 at 10 40 27 PM