Installation

Installing Jupyter Notebook

Using Anaconda

  • Anaconda is software designed to make it easy to install an entire data analysis suite all at once.

  • Follow instructions for that here. It will have Jupyter Notebook installed by default.

conda-jupyter

Using pip

  • If you are comfortable with command line, and already have Python installed, you can just use pip. The command is:

pip install jupyter-lab
  • and to initialize it the command is:

jupyter-lab

jupyter-local

For more detailed step-by-step instructions, including setting up a virtual environment, click here.