customize jupyter lab shortcut

Solutions on MaxInterview for customize jupyter lab shortcut by the best coders in the world

showing results for - "customize jupyter lab shortcut"
Owen
10 Feb 2017
1{"shortcuts": 
2    [
3        {
4            "command": "notebook:clear-cell-output",
5            "keys": [
6                "Ctrl Shift R"
7            ],
8            "selector": "[data-jp-code-runner]"
9        }
10    ]
11}
12
13#This is an example for setting shortcut for clear-cell-output.
14#Look for the shortcut name (eg. notebook:clear-cell-output, etc) from the shortcut list.
similar questions
queries leading to this page
customize jupyter lab shortcut