ds1001_final/finalproj/share/jupyter/lab/schemas/@jupyter-notebook/application-extension/pages.json

24 lines
473 B
JSON

{
"title": "Jupyter Notebook Pages",
"description": "Jupyter Notebook Pages",
"jupyter.lab.menus": {
"main": [
{
"id": "jp-mainmenu-view",
"items": [
{
"command": "application:open-lab",
"rank": 2
},
{
"command": "application:open-tree",
"rank": 2
}
]
}
]
},
"properties": {},
"additionalProperties": false,
"type": "object"
}