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.
31 lines
832 B
JSON
31 lines
832 B
JSON
{
|
|
"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": "string",
|
|
"enum": ["yes", "no", "automatic"],
|
|
"title": "Top Bar Visibility",
|
|
"description": "Whether to show the top bar or not, yes for always showing, no for always not showing, automatic for adjusting to screen size",
|
|
"default": "automatic"
|
|
}
|
|
},
|
|
"additionalProperties": false,
|
|
"type": "object"
|
|
}
|