| 123456789101112131415161718192021 |
- {
- "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"
- }
|