Jupyter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{| | |||
| valign="top" | | |||
'''JupyterLab''' | |||
pip install jupyterlab | |||
jupyter-lab | |||
| valign="top" | | |||
'''Classic Jupyter Notebook''' | |||
pip install notebook | pip install notebook | ||
jupyter notebook | jupyter notebook | ||
| valign="top" | | |||
'''Voilà''' | |||
pip install voila | |||
voila | |||
|} | |||
==References== | ==References== | ||
* [https://jupyter.readthedocs.io/en/latest/running.html Getting started with the classic Jupyter Notebook] | |||
* [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] | ||
* [https://voila.readthedocs.io/en/stable/install.html Getting started with Voilà] |
Revision as of 19:26, 25 June 2021
JupyterLab pip install jupyterlab jupyter-lab |
Classic Jupyter Notebook pip install notebook jupyter notebook |
Voilà pip install voila voila |