April 2017
Beginner to intermediate
358 pages
9h 30m
English
Next, we need to get our code onto the machine. There are many ways to get this file onto your computer, but one of the easiest is to just copy-and-paste the contents.
To start with, open the Jupyter Notebook we used before (on your computer, not on the Amazon Virtual Machine). On the Notebook itself is a menu. Click on File and then Download as. Select Python and save it to your computer. This procedure downloads the code in the Jupyter Notebook as a python script that you can run from the command line.
Open this file (on some systems, you may need to right-click and open with a text editor). Select all of the contents and copy them to your clipboard.
On the Amazon Virtual Machine, move to the home directory and ...
Read now
Unlock full access