Last active
November 14, 2022 19:50
-
-
Save dennissergeev/0ad664063a31d10ed39b6c3e4622f8a8 to your computer and use it in GitHub Desktop.
Useful JupyterLab shortcuts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"shortcuts":[ | |
{ | |
"args": {}, | |
"command": "notebook:restart-and-run-to-selected", | |
"keys": [ | |
"Ctrl Q", "Ctrl Q" | |
], | |
"selector": ".jp-Notebook:focus" | |
}, | |
{ | |
"args": {}, | |
"command": "jupyterlab_code_formatter:format", | |
"keys": [ | |
"Ctrl K", "Ctrl L" | |
], | |
"selector": ".jp-Notebook.jp-mod-editMode" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment