Closed parmentelat closed 1 year ago
concerning View → Open as NbClassic, this could be a simple way to open the notebook in a more friendly layout - no side decoration
however I wonder about possible side-efffects I suspect the 2 open views (one in FUN, one in the standalone tab) are writing the same file without coordination this needs to be tested more
about scrubbing the remaining menu entries, see:
https://discourse.jupyter.org/t/is-there-a-way-to-introspect-the-mainmenu/
essentially
{
"id": "jp-mainmenu-settings",
"items": [
{ "command": "terminal:increase-font", "disabled": true},
{ "command": "terminal:decrease-font", "disabled": true},
{ "command": "terminal:set-theme", "disabled": true}
]
},
it was also mentioned that a more user-friendly interface to the MainMenu class would have been welcome, e.g. for deleting entries based on a regexp..
killer approach was to use disabledExtensions
in package.json
which is much more effective than trying to turn off individual menu entries
should be good in 0.4.1
in a further iteration, we will remove the following entries in mainmenu
the following submenus / buttons are too wide and need to be disabled
in File
jp-mainmenu-file
jp-mainmenu-file-new
in View
jp-mainmenu-view
in Settings
jp-mainmenu-settings
@jupyter-widgets/jupyterlab-manager:plugin
extensionin Help
jp-mainmenu-help
side notes: