Llama-3.1-8B-DALv0.1
/
venv
/lib
/python3.12
/site-packages
/jupyterlab
/schemas
/@jupyterlab
/inspector-extension
/notebooks.json
{ | |
"title": "Inspector Notebook", | |
"description": "Inspector Notebook settings.", | |
"jupyter.lab.menus": { | |
"context": [ | |
{ | |
"command": "inspector:open", | |
"selector": ".jp-Notebook", | |
"rank": 50 | |
} | |
] | |
}, | |
"properties": {}, | |
"additionalProperties": false, | |
"type": "object" | |
} | |