Files
MLPproject/.venv/lib/python3.12/site-packages/jupyterlab/schemas/@jupyterlab/docmanager-extension/download.json
2025-10-23 15:44:32 +02:00

22 lines
465 B
JSON

{
"title": "Document Manager Download",
"description": "Document Manager Download settings.",
"jupyter.lab.menus": {
"main": [
{
"id": "jp-mainmenu-file",
"items": [
{ "type": "separator", "rank": 6 },
{
"command": "docmanager:download",
"rank": 6
},
{ "type": "separator", "rank": 6 }
]
}
]
},
"additionalProperties": false,
"type": "object"
}