using_pip/.jupyter/lab/user-settings/@jupyterlab/cell-toolbar-extension/plugin.jupyterlab-settings

48 lines
1.2 KiB
Text
Raw Normal View History

2025-10-20 03:23:45 +00:00
{
"toolbar": [
{
"name": "duplicate-cell",
"command": "notebook:duplicate-below",
"args": {},
"disabled": true,
"rank": 50
},
{
"name": "move-cell-up",
"command": "notebook:move-cell-up",
"args": {},
"disabled": true,
"rank": 50
},
{
"name": "move-cell-down",
"command": "notebook:move-cell-down",
"args": {},
"disabled": true,
"rank": 50
},
{
"name": "insert-cell-above",
"command": "notebook:insert-cell-above",
"args": {},
"disabled": true,
"rank": 50
},
{
"name": "insert-cell-below",
"command": "notebook:insert-cell-below",
"args": {},
"disabled": true,
"rank": 50
},
{
"command": "notebook:delete-cell",
"icon": "ui-components:delete",
"name": "delete-cell",
"args": {},
"disabled": true,
"rank": 50
}
],
"showToolbar": false
}