| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "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"
- },
- {
- "command": "running:show-modal",
- "keys": ["Accel Alt A"],
- "selector": "body"
- }
- ],
- "properties": {},
- "additionalProperties": false,
- "type": "object"
- }
|