Files
MLPproject/.venv/share/jupyter/lab/schemas/@jupyter-notebook/application-extension/pages.json
2025-10-23 15:44:32 +02:00

25 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"
}