Jupyter Notebooks Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Internal=
=Internal=
* [[Jupyter_Notebook#Subjects|Jupyter Notebook]]
* [[Jupyter_Notebook#Subjects|Jupyter Notebook]]
=Overview=
=Installation=
{{External|https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html}}
<syntaxhighlight lang='bash'>
pip3 install jupyterlab
</syntaxhighlight>
=Run=
=Run=
<syntaxhighlight lang='bash'>
Jupyter notebooks can be run from Jupyter Lab. See: {{Internal|Jupyter_Lab_Operations#Run|Jupyter Lab Operations &#124; Run}}
jupyter lab
</syntaxhighlight>

Revision as of 20:30, 7 October 2023

Internal

Run

Jupyter notebooks can be run from Jupyter Lab. See:

Jupyter Lab Operations | Run