Jupyter Notebooks Operations: Difference between revisions
Jump to navigation
Jump to search
(→Run) |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
Jupyter notebooks can be run from Jupyter Lab. See: {{Internal|Jupyter_Lab_Operations#Run|Jupyter Lab Operations | Run}} | Jupyter notebooks can be run from Jupyter Lab. See: {{Internal|Jupyter_Lab_Operations#Run|Jupyter Lab Operations | Run}} | ||
=Run a Cell= | =Key Shortcuts= | ||
==Run a Cell== | |||
<code>Shift</code> + <code>Enter</code> | <code>Shift</code> + <code>Enter</code> | ||
==Code Documentation== | |||
<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:
Key Shortcuts
Run a Cell
Shift
+ Enter
Code Documentation
Shift
+ Tab
Change a Cell to Markdown
Esc
+ M