The Jupyter notebook keeps saying Connecting to kernel
, which never reaches finally popping an error,
A connection to the notebook server could not be established. The notebook will continue trying to reconnect. Check your network connection or notebook server configuration.
So the asterisk on the command line stays forever.
The strange part is, iPython on terminal works FINE.
Here are what I tried:
Anybody with similar issues?
I had a similar issue. It was caused by the tornado-package and I had to downgrade it.
sudo pip3 uninstall tornado
sudo pip3 install tornado==5.1.1
See Jupyter notebook: No connection to server because websocket connection fails
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With