Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (32 loc) · 1.15 KB

setup.md

File metadata and controls

41 lines (32 loc) · 1.15 KB
layout title permalink
page
Setup
/setup/

In preparation for this lesson, you will need to download two zipped files and place them in the specified folder:

  1. Make a new folder in your Desktop called python-novice-inflammation.
  2. Download [python-novice-inflammation-data.zip][zipfile1] and move the file to this folder.
  3. If the files aren't unzipped yet, double-click to unzip them. You should end up with two new folders called data and code.
  4. To get started, go into the data folder from the Unix shell with:
$ cd
$ cd Desktop/python-novice-inflammation/data

{: .source}

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, open a terminal or git bash and type the command:

$ jupyter notebook

{: .source}

To start the Python interpreter without the notebook, open a terminal or git bash and type the command:

$ python

{: .source}

[zipfile1]: {{ page.root }}/files/python-intro.zip [zipfile2]: {{ page.root }}/code/python-novice-inflammation-code.zip