April 2018
Beginner to intermediate
500 pages
11h 26m
English
To launch a Jupyter Notebook in your instance and access it over the Web, you need to promote the ephemeral external IP address provided by default to your VM to a static external IP.
You also need to make sure that your instance is accepting HTTP and HTTPS traffic. For that, go to your VM page, edit it, and check the following checkboxes:

Since your Jupyter Notebook is open to all traffic on the web, you password-protect it:
Generate a configuration:
$ jupyter notebook --generate-config
$ jupyter notebook password
More info on how to protect your public Notebook, including using ssh
Read now
Unlock full access