Files
INTUIA/Programa final/_internal/jupyterlab/schemas/@jupyterlab/apputils-extension/sessionDialogs.json
T

15 lines
395 B
JSON
Raw Normal View History

2026-03-15 13:27:50 +00:00
{
"title": "Kernel dialogs",
"description": "Kernel dialogs settings.",
"additionalProperties": false,
"properties": {
"skipKernelRestartDialog": {
"title": "Skip kernel restart Dialog",
"description": "Whether the kernel restart confirmation dialog is skipped when restarting the kernel.",
"type": "boolean",
"default": false
}
},
"type": "object"
}