12345678910111213141516 |
- {
- "title": "Inspector Notebook",
- "description": "Inspector Notebook settings.",
- "jupyter.lab.menus": {
- "context": [
- {
- "command": "inspector:open",
- "selector": ".jp-CodeConsole-promptCell",
- "rank": 5
- }
- ]
- },
- "properties": {},
- "additionalProperties": false,
- "type": "object"
- }
|