How To Install Jupyter Notebook?

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

Open a terminal or command prompt

Run `python -m pip install –upgrade pip`

Run `pip install notebook`

Verify installation with `jupyter notebook –version`

Start Jupyter Notebook with `jupyter notebook`

Open the URL shown in the terminal in your browser

Suggested for You

Trending Today