Skip to content

Commit 7bbc1c9

Browse files
committed
Remove docmanager-extension:recents plugin
Mirrors PR jupyter/notebook#7307
1 parent 1cb22ee commit 7bbc1c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spyder_notebook/server/app/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@
227227
"@jupyterlab/htmlviewer-extension": true,
228228
"@jupyterlab/imageviewer-extension": true,
229229
"@jupyterlab/lsp-extension": true,
230-
"@jupyterlab/mainmenu-extension": true,
230+
"@jupyterlab/mainmenu-extension": [
231+
"@jupyterlab/mainmenu-extension:plugin"
232+
],
231233
"@jupyterlab/markedparser-extension": true,
232234
"@jupyterlab/mathjax-extension": true,
233235
"@jupyterlab/notebook-extension": [

0 commit comments

Comments
 (0)