Skip to content

Commit

Permalink
Fixes notebooktools
Browse files Browse the repository at this point in the history
Copied from PR jupyter/notebook#6834
  • Loading branch information
jitseniesen committed Jun 29, 2023
1 parent 777f338 commit d6a4ea8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spyder_notebook/server/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@jupyterlab/mainmenu-extension": "~4.0.2",
"@jupyterlab/markedparser-extension": "~4.0.2",
"@jupyterlab/mathjax-extension": "~4.0.2",
"@jupyterlab/metadataform-extension": "~4.0.2",
"@jupyterlab/notebook": "~4.0.2",
"@jupyterlab/notebook-extension": "~4.0.2",
"@jupyterlab/observables": "~5.0.2",
Expand Down Expand Up @@ -123,6 +124,7 @@
"@jupyterlab/mainmenu-extension": "^4.0.2",
"@jupyterlab/markedparser-extension": "^4.0.2",
"@jupyterlab/mathjax-extension": "^4.0.2",
"@jupyterlab/metadataform-extension": "^4.0.2",
"@jupyterlab/notebook-extension": "^4.0.2",
"@jupyterlab/pdf-extension": "^4.0.2",
"@jupyterlab/rendermime-extension": "^4.0.2",
Expand Down Expand Up @@ -253,11 +255,15 @@
"@jupyterlab/debugger-extension:sidebar",
"@jupyterlab/debugger-extension:sources"
],
"@jupyterlab/metadataform-extension": true,
"@jupyterlab/notebook-extension": [
"@jupyterlab/notebook-extension:active-cell-tool",
"@jupyterlab/notebook-extension:completer",
"@jupyterlab/notebook-extension:metadata-editor",
"@jupyterlab/notebook-extension:search",
"@jupyterlab/notebook-extension:toc",
"@jupyterlab/notebook-extension:tools"
"@jupyterlab/notebook-extension:tools",
"@jupyterlab/notebook-extension:update-raw-mimetype"
],
"@jupyterlab/toc-extension": [
"@jupyterlab/toc-extension:registry",
Expand Down
16 changes: 16 additions & 0 deletions spyder_notebook/server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,21 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/metadataform-extension@npm:^4.0.2":
version: 4.0.2
resolution: "@jupyterlab/metadataform-extension@npm:4.0.2"
dependencies:
"@jupyterlab/application": ^4.0.2
"@jupyterlab/metadataform": ^4.0.2
"@jupyterlab/notebook": ^4.0.2
"@jupyterlab/settingregistry": ^4.0.2
"@jupyterlab/translation": ^4.0.2
"@jupyterlab/ui-components": ^4.0.2
"@lumino/coreutils": ^2.1.1
checksum: 1d6b30b1e239101ab08ea1c84032ac1136a5876896f03408af522c1972a7e302930b8740e7848d31075f7175e920c94b4349d9a2f6543ff8da472d3e1c018168
languageName: node
linkType: hard

"@jupyterlab/metadataform@npm:^4.0.2":
version: 4.0.2
resolution: "@jupyterlab/metadataform@npm:4.0.2"
Expand Down Expand Up @@ -3103,6 +3118,7 @@ __metadata:
"@jupyterlab/mainmenu-extension": ^4.0.2
"@jupyterlab/markedparser-extension": ^4.0.2
"@jupyterlab/mathjax-extension": ^4.0.2
"@jupyterlab/metadataform-extension": ^4.0.2
"@jupyterlab/notebook-extension": ^4.0.2
"@jupyterlab/pdf-extension": ^4.0.2
"@jupyterlab/rendermime-extension": ^4.0.2
Expand Down

0 comments on commit d6a4ea8

Please sign in to comment.