I am trying to run a Jupyter Notebook on Google Compute Engine(Linux VM).
After all the setting up of the VM instance, I tried to access the Jupyter Notebook on the browser with my url which is of the form:
http://INSTANCE-EXTERNAL-IP-ADDRESS:PORT-NUMBER
The browser loads for a while and then I get a connection timed out. I attempted to connect to the url with chrome and firefox.
Why do I get a connection timed out?
How do I get my notebook running?
I solved the issue using this command:
jupyter notebook --ip=0.0.0.0 --port=8888 --no-browser &
Do not forget to setup your firewall.
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