Llama-3.1-8B-DALv0.1
/
venv
/share
/jupyter
/lab
/schemas
/@jupyter-notebook
/help-extension
/open.json
{ | |
"title": "Jupyter Notebook Help Menu Entries", | |
"description": "Jupyter Notebook Help Menu Entries", | |
"jupyter.lab.menus": { | |
"main": [ | |
{ | |
"id": "jp-mainmenu-help", | |
"items": [ | |
{ | |
"command": "help:about", | |
"rank": 0 | |
}, | |
{ | |
"type": "separator", | |
"rank": 1 | |
} | |
] | |
} | |
] | |
}, | |
"properties": {}, | |
"additionalProperties": false, | |
"type": "object" | |
} | |