Hello,
I configured a VM in GCE to work with Jupyter notebooks. I followed the instructions provided in the Stanford course
CS231n, creating the Jupyter config file and creating a firewall rule. I can launch the Jupyter server in GCE and it is running:
jupyter-notebook --no-browser --port=7000
[W 06:49:24.255 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[W 06:49:24.256 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using authentication. This is highly insecure and not recommended.
[I 06:49:24.259 NotebookApp] Serving notebooks from local directory: /home/carlosginestra/assignment1
[I 06:49:24.259 NotebookApp] 0 active kernels
[I 06:49:24.259 NotebookApp] The IPython Notebook is running at: http://[all ip addresseson your system]:7000/
[I 06:49:24.259 NotebookApp] Use Control-C to stop this server and shut down all kernels(twice to skip confirmation).
But I can't open the Jupyter server from my local browser, I am just getting time-out.
Any advice? Someone had a similar issue?
Thank you very much,
Carlos.