You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"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"
|
|
}
|