In preparation for this lesson, you will need to download a zip file of data.
Download python-novice-inflammation-data.zip and move the file to C:\Work
.
If there are already files in C:\Work
, just go ahead and delete them first.
Extract the contents of the zip file (right click, Extract All). Double clicking on the zip file simply previews the contents — it doesn’t extract them.
If all goes well, you should see a data
folder within your extracted folder.
Anaconda Prompt
, and issue the following commands
to start the notebook server:
cd C:\Work\python-novice-inflammation-data\data
jupyter notebook
Then create a new notebook using the drop-down menu on the right to select ‘Python 3 notebook’:
python-novice-inflammation
.data
.To get started, go into the data
folder from the Unix shell with:
$ cd
$ cd Desktop/python-novice-inflammation/data
If you will be using the Jupyter (IPython) notebook for the lesson, you should have already installed Anaconda which includes the notebook.
To start the notebook server, open a terminal or git bash and type the command:
$ jupyter notebook