Last active
February 24, 2021 14:51
-
-
Save iamaaditya/a04c3e422ac5c3375d06dbcf01bc6270 to your computer and use it in GitHub Desktop.
JupyterLab Keyboard Shortcut Clear Output
This file contains hidden or 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
{ | |
"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" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This didn't work for me.
[syntax error] JSON5: invalid character '"' at 9:7
Fix: Add a comma at the end of line 8.