Add a setting to enable the notebook to take up the full width (#7487)
* Toggle full width * settings only * enable more ways to toggle * lint * fixes * add ui test * fix snapshots * reusable waitForNotebook * more updates * fix * update
@ -0,0 +1,27 @@
|
||||
{
|
||||
"title": "Jupyter Notebook Full Width Notebook",
|
||||
"description": "Jupyter Notebook Notebook With settings",
|
||||
"jupyter.lab.menus": {
|
||||
"main": [
|
||||
{
|
||||
"id": "jp-mainmenu-view",
|
||||
"items": [
|
||||
{
|
||||
"command": "notebook:toggle-full-width",
|
||||
"rank": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"fullWidthNotebook": {
|
||||
"type": "boolean",
|
||||
"title": "Full Width Notebook",
|
||||
"description": "Whether to the notebook should take up the full width of the application",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 19 KiB |