mirror of
https://github.com/harivansh-afk/ds1001_final.git
synced 2026-04-20 15:01:23 +00:00
added final project notebook and virtual environment files
This commit is contained in:
parent
a2daa16a47
commit
8dd392b20d
586 changed files with 112839 additions and 0 deletions
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"jupyter.lab.setting-icon": "notebook-ui-components:jupyter",
|
||||
"jupyter.lab.setting-icon-label": "Jupyter Notebook Top Area",
|
||||
"title": "Jupyter Notebook Top Area",
|
||||
"description": "Jupyter Notebook Top Area settings",
|
||||
"jupyter.lab.menus": {
|
||||
"main": [
|
||||
{
|
||||
"id": "jp-mainmenu-view",
|
||||
"items": [
|
||||
{
|
||||
"command": "application:toggle-top",
|
||||
"rank": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"visible": {
|
||||
"type": "string",
|
||||
"enum": ["yes", "no", "automatic"],
|
||||
"title": "Top Bar Visibility",
|
||||
"description": "Whether to show the top bar or not, yes for always showing, no for always not showing, automatic for adjusting to screen size",
|
||||
"default": "automatic"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue