Spaces:
Runtime error
Runtime error
{ | |
"title": "Sessions", | |
"description": "Sessions Settings", | |
"jupyter.lab.menus": { | |
"main": [ | |
{ | |
"id": "jp-mainmenu-view", | |
"items": [ | |
{ | |
"command": "running:show-panel", | |
"rank": 3 | |
} | |
] | |
} | |
], | |
"context": [ | |
{ | |
"command": "running:kernel-new-console", | |
"selector": ".jp-RunningSessions-item.jp-mod-kernel", | |
"rank": 0 | |
}, | |
{ | |
"command": "running:kernel-new-notebook", | |
"selector": ".jp-RunningSessions-item.jp-mod-kernel", | |
"rank": 1 | |
}, | |
{ | |
"type": "separator", | |
"selector": ".jp-RunningSessions-item.jp-mod-kernel", | |
"rank": 2 | |
}, | |
{ | |
"type": "submenu", | |
"selector": ".jp-RunningSessions-item.jp-mod-kernel", | |
"rank": 3, | |
"submenu": { | |
"id": "jp-contextmenu-connected-sessions", | |
"label": "Connected Sessions…", | |
"items": [] | |
} | |
}, | |
{ | |
"type": "separator", | |
"selector": ".jp-RunningSessions-item.jp-mod-kernel", | |
"rank": 4 | |
}, | |
{ | |
"command": "running:kernel-shut-down", | |
"selector": ".jp-RunningSessions-item.jp-mod-kernel", | |
"rank": 5 | |
} | |
] | |
}, | |
"jupyter.lab.shortcuts": [ | |
{ | |
"command": "running:show-panel", | |
"keys": ["Accel Shift B"], | |
"selector": "body" | |
} | |
], | |
"properties": {}, | |
"additionalProperties": false, | |
"type": "object" | |
} | |