notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Menu entry for command 'application:close' is duplicated.

Open jtpio opened this issue 1 year ago • 0 comments
trafficstars

The following warnings are logged in the dev tools console:

image

settingregistry.js:803 Menu entry for command 'filemenu:close-and-cleanup' is duplicated.
settingregistry.js:803 Menu entry for command 'application:close' is duplicated.

They likely come from the definition of the menu entries order in:

https://github.com/jupyter/notebook/blob/91dc1190b8106c9a4402833d8130d5b7f6a3064a/packages/application-extension/schema/menus.json#L21-L28

This was added in https://github.com/jupyter/notebook/pull/6937 to mimic the look of the classic notebook.

jtpio avatar May 07 '24 08:05 jtpio