Jupyter Notebook Windows Shortcuts
| Action | Windows Shortcut |
|---|---|
| Run cells | |
| Run cell, select below | ShiftEnter |
| Run cell, stay | CtrlEnter |
| Run cell, insert below | AltEnter |
| Interrupt kernel | II |
| Restart kernel | 00 |
| Command mode | |
| Enter command mode | Esc |
| Insert cell above | A |
| Insert cell below | B |
| Delete cell | DD |
| Undo cell deletion | Z |
| Change to Markdown | M |
| Change to code | Y |
| Cut cell | X |
| Copy cell | C |
| Paste cell below | V |
| Toggle line numbers | ShiftL |
| Edit mode | |
| Enter edit mode | Enter |
| Code completion / indent | Tab |
| Tooltip / docstring | ShiftTab |
| Comment line | Ctrl/ |
| Split cell at cursor | CtrlShiftMinus |
| File & Find | |
| Save notebook | CtrlS |
| Find | CtrlF |
| Open command palette | CtrlShiftC |