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.
38 lines
735 B
JSON
38 lines
735 B
JSON
{
|
|
"title": "Jupyter Notebook Menu Entries",
|
|
"description": "Jupyter Notebook Menu Entries",
|
|
"jupyter.lab.menus": {
|
|
"main": [
|
|
{
|
|
"id": "jp-mainmenu-file",
|
|
"items": [
|
|
{
|
|
"command": "notebook:open-tree-tab",
|
|
"rank": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "jp-mainmenu-edit",
|
|
"items": [
|
|
{
|
|
"type": "separator",
|
|
"rank": 8.5
|
|
},
|
|
{
|
|
"command": "notebook:edit-metadata",
|
|
"rank": 8.5
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"rank": 8.5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"properties": {},
|
|
"additionalProperties": false,
|
|
"type": "object"
|
|
}
|