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

27 lines
456 B
JSON

{
"jupyter.lab.menus": {
"main": [
{
"id": "jp-mainmenu-help",
"items": [
{
"type": "separator",
"rank": 2
},
{
"command": "help:jupyter-forum",
"rank": 2
},
{
"type": "separator",
"rank": 2
}
]
}
]
},
"properties": {},
"additionalProperties": false,
"type": "object"
}