Skip to content

Instantly share code, notes, and snippets.

@iamaaditya
Last active February 24, 2021 14:51
Show Gist options
  • Save iamaaditya/a04c3e422ac5c3375d06dbcf01bc6270 to your computer and use it in GitHub Desktop.
Save iamaaditya/a04c3e422ac5c3375d06dbcf01bc6270 to your computer and use it in GitHub Desktop.
JupyterLab Keyboard Shortcut Clear Output
{
"notebook:hide-cell-ouputs": {
"keys": [
"L"
],
"command": "notebook:hide-cell-ouputs",
"selector": ".jp-Notebook:focus",
}
"notebook:show-cell-ouputs": {
"keys": [
"Shift L"
],
"command": "notebook:show-cell-ouputs",
"selector": ".jp-Notebook:focus"
}
}
@iamaaditya
Copy link
Author

Fixed. Thanks.

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