Jupyter Lesson 1: Installing the Jupyter Notebook

Most of the lessons in this series will use the Jupyter Notebook but it is optional. If you have an IDE that you are comfortable with please feel free to use it.

To get started you will need the Jupyter Notebook. The Jupyter notebook pages recommends that you install the Jupyter notebook from the Anaconda website because it will bring all of tools you will need to run the notebook.

  1. Go to  https://www.anaconda.com/distribution/
  2. Choose the version of Python you will be using (this book will use 3.7)
  3. Download the installer
  4. Follow the Instructions to install.