Files
INTUIA/Programa final/_internal/jupyterlab/schemas/@jupyterlab/console-extension/foreign.json
T

17 lines
365 B
JSON
Raw Normal View History

2026-03-15 13:27:50 +00:00
{
"title": "Code Console Foreign plugin",
"description": "Code Console Foreign plugin settings.",
"jupyter.lab.menus": {
"context": [
{
"command": "console:toggle-show-all-kernel-activity",
"selector": ".jp-CodeConsole",
"rank": 20
}
]
},
"properties": {},
"additionalProperties": false,
"type": "object"
}