Files
MLPproject/.venv/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json
2025-10-23 15:44:32 +02:00

17 lines
332 B
JSON

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