Class outline:
Get this tutorial:
git clone https://github.com/ipython/ipython-in-depth
Install IPython and Jupyter:
with conda:
conda install ipython jupyter
with pip:
# first, upgrade pip!
pip install --upgrade pip
pip install --upgrade ipython jupyter
Start the notebook in the tutorial directory:
cd ipython-in-depth
jupyter notebook
There are a lot more detailed notebooks in this same directory that cover other topics, but we can not cover all in a 3-hour tutorial. We encourage you to explore them and practice on your own.