TIL: JupyterLab: Run All Cells
If you want to run all cells in your current notebook, you can use the following keyboard shortcuts:
<esc>
to go into command mode<ctrl+a>
to select all cells<ctrl+enter>
to run all cells
Links⌗
Read other posts
If you want to run all cells in your current notebook, you can use the following keyboard shortcuts:
<esc>
to go into command mode<ctrl+a>
to select all cells<ctrl+enter>
to run all cells