Skip to content

Instantly share code, notes, and snippets.

@Raudcu
Last active September 18, 2023 11:48
Show Gist options
  • Save Raudcu/de42f3711cdc2fed084ec44a6f0b3a1f to your computer and use it in GitHub Desktop.
Save Raudcu/de42f3711cdc2fed084ec44a6f0b3a1f to your computer and use it in GitHub Desktop.
{
"shortcuts": [
{
"command": "jupyterlab_code_formatter:format",
"keys": [
"Ctrl Shift F"
],
"selector": ".jp-Notebook.jp-mod-editMode",
"args": {}
},
{
"command": "notebook:restart-run-all",
"keys": [
"N",
"N"
],
"selector": "[data-jp-kernel-user]:focus",
"args": {}
},
{
"command": "notebook:restart-clear-output",
"keys": [
"U",
"U"
],
"selector": "[data-jp-kernel-user]:focus",
"args": {}
}
]
}
@Raudcu
Copy link
Author

Raudcu commented Apr 30, 2020

Commenting/Uncommenting a block of code:

ctrl + }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment