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.

33 lines
669 B
JSON

{
"jupyter.lab.menus": {
"main": [
{
"id": "jp-mainmenu-file",
"items": [
{
"type": "separator",
"rank": 10
},
{
"type": "submenu",
"rank": 10,
"submenu": {
"id": "jp-mainmenu-file-notebookexport",
"label": "Save and Export Notebook As"
}
},
{
"type": "separator",
"rank": 10
}
]
}
]
},
"title": "Notebook Export",
"description": "Notebook Export settings.",
"properties": {},
"additionalProperties": false,
"type": "object"
}