I'm running iPython notebook on my local computer. However, because I am in China, I need to use a VPN (specifically Astrill's OpenWeb protocol) to access most of the internet. On one of my PCs, iPython notebook won't run properly when the VPN is running. For example, when opening my homepage: http://localhost:8888/tree
, I see the error message:
Astrill Error
Connection Closed Gracefully
iPython notebook also won't let me open or save workbooks if the VPN is running. Any idea why and how I can fix that?
nordvpn whitelist add port 8888
solved the problem for me. – Kirksey