October 2017
Intermediate to advanced
330 pages
7h 7m
English
conda install jupyter
gcloud compute ssh --ssh-flag="-L 8888:localhost:8888" --zone "europe-west1-b" "instance-name"
You're now logged in to the server and port 8888 on your local machine will forward to the server with port 8888.
source activate environment-deep-learning-cookbook ...
Read now
Unlock full access