1234567891011121314151617181920212223242526 |
- {
- "jupyter.lab.menus": {
- "main": [
- {
- "id": "jp-mainmenu-help",
- "items": [
- {
- "type": "separator",
- "rank": 1
- },
- {
- "command": "help:launch-classic-notebook",
- "rank": 1
- },
- {
- "type": "separator",
- "rank": 1
- }
- ]
- }
- ]
- },
- "properties": {},
- "additionalProperties": false,
- "type": "object"
- }
|