mirror of
https://github.com/harivansh-afk/ds1001_final.git
synced 2026-04-17 13:05:07 +00:00
16 lines
517 B
JSON
16 lines
517 B
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"
|
|
}
|