Jupyter: Difference between revisions
Jump to navigation
Jump to search
Created page with "==References== * [https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html Getting started with JupyterLab] * [https://jupyter.org/install Installing the..." |
No edit summary |
||
| Line 1: | Line 1: | ||
pip install notebook | |||
jupyter notebook | |||
==References== | ==References== | ||
* [https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html Getting started with JupyterLab] | * [https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html Getting started with JupyterLab] | ||
* [https://jupyter.org/install Installing the Jupyter Software] | * [https://jupyter.org/install Installing the Jupyter Software] | ||
Revision as of 01:02, 26 June 2021
pip install notebook jupyter notebook