============================= JupyterLab keyboard shortcuts ============================= First published at 5/7/2021 on https://defkey.com/jupyterlab-shortcuts JupyterLab is a web based interface for Project Jupyter. It allows to work with documents and activities such as Jupyter notebooks, text editors, terminals, and custom components. JupyterLab has 83 shortcuts and we have listed all of them below. Main area --------- Ctrl + Shift + ] Activate next tab Ctrl + Shift + . Activate next tab bar Ctrl + Shift + [ Activate previous tab Ctrl + Shift + , Activate previous tab bar Alt + W Close Ctrl + B Toggle left area Ctrl + Shift + D Toggle mode Ctrl + Shift + C Activate command palette Ctrl + P Print Ctrl + Shift + ' Activate previously used tab File operations --------------- Ctrl + S Save Ctrl + Shift + S Save as Ctrl + G Highlight next Ctrl + Shift + G Highlight previous Ctrl + F Start Ctrl + Shift + L Create main launcher Ctrl + Shift + F Toggle main Ctrl + Shift + Q Close and cleanup Image viewer ------------ H Flip horizontal V Flip vertical I Invert colors 0 Reset image ] Rotate clockwise [ Rotate counterclockwise = Zoom in - Zoom out Settings editor --------------- Ctrl + , Open Ctrl + S Save Inspector --------- Ctrl + I Open Notebook cell operations ------------------------ Y Change cell to code 1 Change cell to heading 1 2 Change cell to heading 2 3 Change cell to heading 3 4 Change cell to heading 4 5 Change cell to heading 5 6 Change cell to heading 6 M Change cell to markdown R Change cell to raw C Copy cell X Cut cell D then D Delete cell Esc Enter command mode Ctrl + M Enter command mode Enter Enter edit mode Shift + Up arrow Extend marked cells above Shift + K Extend marked cells above Shift + Down arrow Extend marked cells below Shift + J Extend marked cells below Shift + End Extend marked cells bottom Shift + Home Extend marked cells top A Insert cells above B Insert cells below Shift + M Merge cells Down arrow Move cursor down J Move cursor down Up arrow Move cursor up K Move cursor up V Paste cell below Shift + Z Redo cell action Ctrl + Enter Run cell Alt + Enter Run cell and insert below Shift + Enter Run cell and select next Ctrl + A Select all Ctrl + Shift + - Split cell at cursor Shift + L Toggle all cell line numbers L Toggle cell line numbers Z Undo cell action Tooltips -------- Esc Dismiss Shift + Tab Launch console Shift + Tab Launch file Shift + Tab Launch notebook Run menu -------- Shift + Enter Run Kernel operations ----------------- I then I Interrupt 0 then 0 Restart Editing ------- Ctrl + Shift + Z Redo Ctrl + Z Undo Console ------- Enter Line break Ctrl + Enter Line break Shift + Enter Run forced Enter Run unforced Completer --------- Tab Invoke console Tab Invoke file Tab Invoke notebook Source: blog.ja-ke.tech Last modified on (UTC): Friday, May 7, 2021 Defkey © All rights reserved.