Jupyter Notebooks Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
=Run= | =Run= | ||
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}} | ||
=Key Shortcuts= | |||
==Run a Cell== | |||
<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