In preparation for this lesson, you will need to download a zipped file.
python-novice-inflammation
that contains two folders called data
and code
.data
folder by typing:$ cd
$ cd Desktop/python-novice-inflammation/data
We will be using the Jupyter (IPython) notebook for the lesson. You should have already installed Anaconda which includes the notebook.
To start the notebook, type the following command:
$ jupyter notebook
Jupyter should open in a browser window.
Once it loads, select “New” –> “Notebook: Python 3” in the upper right corner of the Jupyter interface.