Llama-3.1-8B-DALv0.1
/
venv
/share
/jupyter
/lab
/schemas
/@jupyter-notebook
/notebook-extension
/scroll-output.json
{ | |
"jupyter.lab.setting-icon": "notebook-ui-components:jupyter", | |
"jupyter.lab.setting-icon-label": "Jupyter Notebook Notebook", | |
"title": "Jupyter Notebook Notebook", | |
"description": "Jupyter Notebook Notebook settings", | |
"properties": { | |
"autoScrollOutputs": { | |
"type": "boolean", | |
"title": "Auto Scroll Outputs", | |
"description": "Whether to auto scroll the output area when the outputs become too long", | |
"default": true | |
} | |
}, | |
"additionalProperties": false, | |
"type": "object" | |
} | |