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.

30 lines
693 B

{
"jupyter.lab.setting-icon": "notebook-ui-components:jupyter",
"jupyter.lab.setting-icon-label": "Jupyter Notebook Top Area",
"title": "Jupyter Notebook Top Area",
"description": "Jupyter Notebook Top Area settings",
"jupyter.lab.menus": {
"main": [
{
"id": "jp-mainmenu-view",
"items": [
{
"command": "application:toggle-top",
"rank": 2
}
]
}
]
},
"properties": {
"visible": {
"type": "boolean",
"title": "Top Bar Visibility",
"description": "Whether to show the top bar or not",
"default": true
}
},
"additionalProperties": false,
"type": "object"
}