jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

A connection to the notebook server could not be established. The notebook will continue trying to reconnect, but until it does, you will NOT be able to run code. Check your network connection or notebook server configuration. #483

Open VijaySaiIndurthy opened 5 years ago

VijaySaiIndurthy commented 5 years ago

Hi everyone. I am running a python code though Jupyter notebook on Google Cloud Platform. It works fine for around an hour, but after an hour the session is getting terminated with the error message "A connection to the notebook server could not be established. The notebook will continue trying to reconnect, but until it does, you will NOT be able to run code. Check your network connection or notebook server configuration" I don't find any connectivity issues. All other applications seem to work fine. But only this application(running jupyter notebook on GCP) throws this error. Whenever I try to reconnect it, it is again starting the execution from the beginning and again after an hour, I get the same error. I tried with Chrome as well as Microsoft Edge browsers and I found this error to occur again and again. Can anyone please help me in fixing this issue?

@ellisonbg @yuvipanda @fperez @jhamrick @ivanov