Jupyter: Difference between revisions
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
==References== | ==References== | ||
{| | |||
| valign="top" | | |||
* [https://jupyter.readthedocs.io/en/latest/running.html Getting started with the classic Jupyter Notebook] | * [https://jupyter.readthedocs.io/en/latest/running.html Getting started with the classic Jupyter Notebook] | ||
* [https://jupyter.readthedocs.io/en/latest/use/config.html Jupyter’s Common Configuration Approach] | |||
* [https://jupyter.readthedocs.io/en/latest/use/jupyter-directories.html Common Directories and File Locations] | |||
* [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://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/jupyter-command.html The jupyter Command] | |||
* [https://jupyter.readthedocs.io/en/latest/use/using.html Using Jupyter Tools] | * [https://jupyter.readthedocs.io/en/latest/use/using.html Using Jupyter Tools] | ||
| valign="top" | | |||
|} |
Revision as of 19:39, 25 June 2021
JupyterLab pip install jupyterlab jupyter-lab |
Classic Jupyter Notebook pip install notebook jupyter notebook |
Voilà pip install voila voila |