Jupyter Notebooks Operations: Difference between revisions
Jump to navigation
Jump to search
(4 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}} | |||
= | =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