I have successfully set up a GCP instance from the "Deep Learning Virtual Machine Image" as directed by the documentation. I have an ipython notebook file in the following path:
/home/myname/my-notebook.ipynb
When I go to http://localhost:8080/
on my web browser, the jupyter UI shows fine, but the only directory that I can access is /opt/deeplearning/workspace/tutorials
.
I have tried using file > "Open From Path..."
, but the UI says that the file is not found.
How do I access a notebook that I am storing in /home/myname/
?