Jupyter Notebooks Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=
* [[Jupyter_Notebook#Subjects|Jupyter Notebook]]
* [[Jupyter_Notebook#Subjects|Jupyter Notebook]]
=Run=
Jupyter notebooks can be run from Jupyter Lab. See: {{Internal|Jupyter_Lab_Operations#Run|Jupyter Lab Operations | Run}}


=Installation=
=Key Shortcuts=
==Run a Cell==


{{External|https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html}}
<code>Shift</code> + <code>Enter</code>
<syntaxhighlight lang='bash'>
 
pip3 install jupyterlab
==Code Documentation==
</syntaxhighlight>
<code>Shift</code> + <code>Tab</code>
==Change a Cell to Markdown==
<code>Esc</code> + <code>M</code>

Latest revision as of 03:14, 9 October 2023

Internal

Run

Jupyter notebooks can be run from Jupyter Lab. See:

Jupyter Lab Operations | Run

Key Shortcuts

Run a Cell

Shift + Enter

Code Documentation

Shift + Tab

Change a Cell to Markdown

Esc + M