Jupyter Instructions

The install instructions for Jupyter can be found below.

  1. Install Python: https://www.python.org/downloads/

  2. Restart your computer

  3. Open up the command prompt (cmd) on Windows or terminal on Mac.

  4. Run the following command:

    • pip install notebook

  5. At this point you should see some lines being output. Wait until this process is complete.


To open/close Jupyter Notebook:

  1. Open up the command prompt (cmd) on Windows or terminal on Mac.

  2. Run the following command

    • jupyter notebook

  3. This will open a new Jupyter notebook tab in your browser

    • Please leave the command prompt/terminal open until you shutdown jupyter notebook

  4. Once you are done with your notebook you can close it

    • Select the notebook you wish to close in the tab that contains the folder structure by checking the box to the left

    • You will now be able to select the shutdown button that appears

  5. To shutdown jupyter you can select the Quit button in the upper right-hand corner of the window. You should see a message appear letting you know the process was successful.

    • At this point you can close the command prompt/terminal