Jupyter: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 22: Line 22:
* [https://jupyterlab.readthedocs.io/en/stable/user/jupyterhub.html JupyterLab on JupyterHub]
* [https://jupyterlab.readthedocs.io/en/stable/user/jupyterhub.html JupyterLab on JupyterHub]
* [https://voila.readthedocs.io/en/stable/install.html Getting started with Voilà]
* [https://voila.readthedocs.io/en/stable/install.html Getting started with Voilà]
* [https://jupyter.readthedocs.io/en/latest/use/using.html Using Jupyter Tools]

Revision as of 19:33, 25 June 2021

JupyterLab
pip install jupyterlab
jupyter-lab
Classic Jupyter Notebook
pip install notebook
jupyter notebook
Voilà
pip install voila
voila

References