Skip to content

Commit

Permalink
remove more menu entries
Browse files Browse the repository at this point in the history
should close #3
  • Loading branch information
parmentelat committed Nov 12, 2023
1 parent a3340e1 commit 8e4b7b6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
"@jupyterlab/fileeditor-extension:completer",
"@jupyterlab/fileeditor-extension:search",
"@jupyterlab/fileeditor-extension:language-server",
"jupyterlab/fileeditor-extension:editor-syntax-status"
"jupyterlab/fileeditor-extension:editor-syntax-status",
"@jupyter-notebook/application-extension:sidepanel"
]
},
"eslintIgnore": [
Expand Down
17 changes: 16 additions & 1 deletion schema/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
{ "command": "jupyter-notebook:open-notebook", "disabled": true, "args": { "isMenu": true}},
{ "command": "jupyter-notebook:open-lab", "disabled": true, "args": { "isMenu": true}},
{ "command": "jupyter-notebook:open-nbclassic", "disabled": true, "args": { "isMenu": true}},
{ "command": "notebook:hide-cell-code", "disabled": true},
{ "command": "notebook:show-cell-code", "disabled": true},
{ "command": "notebook:hide-all-cell-code", "disabled": true},
{ "command": "notebook:show-all-cell-code", "disabled": true},
{ "command": "notebook:hide-cell-outputs", "disabled": true},
{ "command": "notebook:show-cell-outputs", "disabled": true},
{ "command": "notebook:hide-all-cell-outputs", "disabled": true},
{ "command": "notebook:show-all-cell-outputs", "disabled": true},
{
"type": "submenu",
"disabled": true,
Expand All @@ -68,7 +76,14 @@
}
]
},
{ "id": "jp-mainmenu-settings",
{
"id": "jp-mainmenu-run",
"items": [
{ "command": "notebook:run-in-console", "disabled": true}
]
},
{
"id": "jp-mainmenu-settings",
"disabled": true
},
{
Expand Down

0 comments on commit 8e4b7b6

Please sign in to comment.