Skip to content

Instantly share code, notes, and snippets.

View ioannispol's full-sized avatar
🎯
Focusing

Ioannis Polymenis ioannispol

🎯
Focusing
View GitHub Profile
@discdiver
discdiver / jupyterlab_shortcuts.md
Last active October 11, 2025 21:17
Common Jupyter Lab Keyboard Shortcuts

If you are on a Mac, substitute command for control. Don't type the + (it means press both keys at once).

Shortcuts when in either command mode (outside the cells) or edit mode (inside a cell):

  • Shift + Enter run selected cell or cells - if no cells below, insert a code cell below

  • Ctrl + B toggle hide/show left sidebar

  • Ctrl + S save and checkpoint

  • Ctrl + Shift + S save as