Skip to content Skip to sidebar Skip to footer

Jupyter Notebook Keeps Reconnecting

I'm getting error while connecting the jupyter notebook. It says connecting to the kernel. I'm not able to execute any of the queries in that. Could anyone help me out with this. B

Solution 1:

If you are using jupyter behind a nginx proxy, this post may be effective.

Add this line to nginx conf.

proxy_http_version 1.1;

Post a Comment for "Jupyter Notebook Keeps Reconnecting"