チュートリアル環境の準備 virtualenvという仮想環境を作成するツールを利用し、このチュートリアル用の仮想環境上に、ipython notebookや課題で利用するパッケージをインストールします。 以下のURLから、チュートリアルに必要なファイルをダウンロードします。
This installs IPython as well as its dependencies. If you want to use IPython with notebooks or the Qt console, you should also install Jupyter pip install jupyter ...