You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monkeyking/packages/lab-extension/schema/interface-switcher.json

41 lines
891 B

{
"title": "Interface Switcher",
"description": "Interface Switcher settings.",
"jupyter.lab.toolbars": {
"Notebook": [{ "name": "interfaceSwitcher", "rank": 990 }]
},
"jupyter.lab.menus": {
"main": [
{
"id": "jp-mainmenu-view",
"items": [
{
"command": "jupyter-notebook:open-notebook",
"rank": 10,
"args": {
"isMenu": true
}
},
{
"command": "jupyter-notebook:open-lab",
"rank": 10,
"args": {
"isMenu": true
}
},
{
"command": "jupyter-notebook:open-nbclassic",
"rank": 10,
"args": {
"isMenu": true
}
}
]
}
]
},
"properties": {},
"additionalProperties": false,
"type": "object"
}