April 2018
Beginner
238 pages
7h 13m
English
We must start Jupyter on GCP by running the command in the VM shell (just as if we were installing locally):
jupyter notebook
We can add this step to the startup for the VM and it would be available automatically.
We now have Jupyter running on GC. We can use the external IP address configured for the VM and the port we selected to access the Jupyter homepage. I used the default Jupyter port.
Once there, we can upload Notebooks as needed.