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.

17 lines
469 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",
"properties": {
"visible": {
"type": "boolean",
"title": "Top Bar Visibility",
"description": "Whether to show the top bar or not",
"default": true
}
},
"additionalProperties": false,
"type": "object"
}