+ 2
Kernel in Jupyter
I have been trying to use Jupyter for python but I keep getting an error saying “error starting Kernel”. I’ve tried switching from safari to chrome to edge but nothing is working. I am also programming on my iPad and not on a laptop. Can anyone help ?
6 ответов
+ 4
did you start it the proper way?
(it opens a terminal and after that a browser)
http://localhost:8888/tree
new -> python3 (ipykernel)
+ 4
don't close the terminal. The browser needs that kernel to be running.
how are you starting Jupyter?
+ 2
I didnt see that but maybe it can help you:
https://m.youtube.com/watch?v=FjFDZBMgeVQ
0
I was taking a python course on coursera and they had an embedded link in the website that takes you to jupyter. I didn’t see any terminal. The link just took me straight to Jupyter but it’s not working. This is the link I used:
https://labs.cognitiveclass.ai/v2/tools/jupyterlite?ulid=ulid-920de8c88ecafb310a947bc993da7dd2b999dcdd
0
online Jupyter servers are great in concept but often buggy in practice.
I'm not familiar with the course but perhaps it's a network issue on their side or setup issues on your end ... hard to tell.
0
Thanks! This helps a lot!