Llama-3.1-8B-DALv0.1
/
venv
/lib
/python3.12
/site-packages
/jupyterlab
/schemas
/@jupyterlab
/notebook-extension
/export.json
{ | |
"jupyter.lab.menus": { | |
"main": [ | |
{ | |
"id": "jp-mainmenu-file", | |
"items": [ | |
{ | |
"type": "separator", | |
"rank": 10 | |
}, | |
{ | |
"type": "submenu", | |
"rank": 10, | |
"submenu": { | |
"id": "jp-mainmenu-file-notebookexport", | |
"label": "Save and Export Notebook As" | |
} | |
}, | |
{ | |
"type": "separator", | |
"rank": 10 | |
} | |
] | |
} | |
] | |
}, | |
"title": "Notebook Export", | |
"description": "Notebook Export settings.", | |
"properties": {}, | |
"additionalProperties": false, | |
"type": "object" | |
} | |