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.
37 lines
662 B
JSON
37 lines
662 B
JSON
{
|
|
"title": "Launcher",
|
|
"description": "Launcher settings.",
|
|
"jupyter.lab.menus": {
|
|
"main": [
|
|
{
|
|
"id": "jp-mainmenu-file",
|
|
"items": [
|
|
{
|
|
"command": "launcher:create",
|
|
"rank": 0.99
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"jupyter.lab.shortcuts": [
|
|
{
|
|
"command": "launcher:create",
|
|
"keys": ["Accel Shift L"],
|
|
"selector": "body"
|
|
}
|
|
],
|
|
"jupyter.lab.toolbars": {
|
|
"FileBrowser": [
|
|
{
|
|
"name": "new-launcher",
|
|
"command": "launcher:create",
|
|
"rank": 1
|
|
}
|
|
]
|
|
},
|
|
"properties": {},
|
|
"additionalProperties": false,
|
|
"type": "object"
|
|
}
|