Jupyter Lab Operations: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Jupyter Lab#Subjects|Jupyter Lab]] | * [[Jupyter Lab#Subjects|Jupyter Lab]] | ||
=Overview= | |||
=Installation= | =Installation= | ||
{{External|https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html}} | |||
<syntaxhighlight lang='bash'> | |||
pip3 install jupyterlab | |||
</syntaxhighlight> | |||
=Run= | |||
<syntaxhighlight lang='bash'> | |||
jupyter lab | |||
</syntaxhighlight> |
Revision as of 20:29, 7 October 2023
Internal
Overview
Installation
pip3 install jupyterlab
Run
jupyter lab