Setup
Getting the data
The data used in this lesson is generated for the course. Download and unzip data.zip. To follow along, launch JupyterLab in the folder where you unzipped the data (see Running and Quitting). The notebooks for the class can be downloaded from notebooks.zip.
Installing Python with Anaconda
Python is a popular language for scientific computing. Installing all the research packages individually can be difficult, so we recommend Anaconda, a bundled distribution that includes Python, the Jupyter Notebook/JupyterLab, and the scientific packages used here (NumPy, SciPy, and Matplotlib).
- Download the Anaconda installer for Windows.
- Run the installer and accept the defaults. When asked, you may keep “Register Anaconda as my default Python”.
- Launch Anaconda Navigator and start JupyterLab.
- Download the Anaconda installer for macOS.
- Run the installer and accept the defaults.
- Launch Anaconda Navigator and start JupyterLab.
- Download the Anaconda installer for Linux.
- In a terminal, run
bash Anaconda3-*-Linux-x86_64.shand accept the defaults. - Start JupyterLab with
jupyter lab.