August 2018
Intermediate to advanced
438 pages
12h 3m
English
We don't really want to sit and code in the Terminal on the server all the time. Since we want to leverage Jupyter Notebooks for interactive development, we will access the Notebooks on our cloud server from our local system. For this, we first need to kickstart our Jupyter Notebook server on our remote instance.
Log in to your virtual server and start the Jupyter Notebook server:
[DIP.DipsLaptop]> ssh -i my-dl-box.pem ubuntu@ec2-xxxxx.compute-1.amazonaws.com===================================Deep Learning AMI for Ubuntu===================================Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-121-generic x86_64)Last login: Sun Feb 25 18:23:47 2018 from 10x.xx.xx.xxx# navigate to a ...
Read now
Unlock full access