Skip to content

Commit

Permalink
Fixes the notebooktools (#6834)
Browse files Browse the repository at this point in the history
* Fixes the notebooktools

* Updates snapshots
  • Loading branch information
brichet authored Apr 5, 2023
1 parent 1512c82 commit f0ec5f3
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"@jupyterlab/mainmenu-extension": "~4.0.0-beta.0",
"@jupyterlab/markedparser-extension": "~4.0.0-beta.0",
"@jupyterlab/mathjax-extension": "~4.0.0-beta.0",
"@jupyterlab/metadataform-extension": "^4.0.0-beta.0",
"@jupyterlab/notebook": "~4.0.0-beta.0",
"@jupyterlab/notebook-extension": "~4.0.0-beta.0",
"@jupyterlab/observables": "~5.0.0-beta.0",
Expand Down Expand Up @@ -148,6 +149,7 @@
"@jupyterlab/mainmenu-extension": "^4.0.0-beta.0",
"@jupyterlab/markedparser-extension": "^4.0.0-beta.0",
"@jupyterlab/mathjax-extension": "^4.0.0-beta.0",
"@jupyterlab/metadataform-extension": "^4.0.0-beta.0",
"@jupyterlab/notebook-extension": "^4.0.0-beta.0",
"@jupyterlab/pdf-extension": "^4.0.0-beta.0",
"@jupyterlab/rendermime-extension": "^4.0.0-beta.0",
Expand Down Expand Up @@ -293,11 +295,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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions ui-tests/test/notebooks/simple.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
},
Expand Down
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2022,6 +2022,7 @@ __metadata:
"@jupyterlab/mainmenu-extension": ^4.0.0-beta.0
"@jupyterlab/markedparser-extension": ^4.0.0-beta.0
"@jupyterlab/mathjax-extension": ^4.0.0-beta.0
"@jupyterlab/metadataform-extension": ^4.0.0-beta.0
"@jupyterlab/notebook-extension": ^4.0.0-beta.0
"@jupyterlab/pdf-extension": ^4.0.0-beta.0
"@jupyterlab/rendermime-extension": ^4.0.0-beta.0
Expand Down Expand Up @@ -3422,6 +3423,21 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/metadataform-extension@npm:^4.0.0-beta.0":
version: 4.0.0-beta.0
resolution: "@jupyterlab/metadataform-extension@npm:4.0.0-beta.0"
dependencies:
"@jupyterlab/application": ^4.0.0-beta.0
"@jupyterlab/metadataform": ^4.0.0-beta.0
"@jupyterlab/notebook": ^4.0.0-beta.0
"@jupyterlab/settingregistry": ^4.0.0-beta.0
"@jupyterlab/translation": ^4.0.0-beta.0
"@jupyterlab/ui-components": ^4.0.0-beta.0
"@lumino/coreutils": ^2.0.0
checksum: a3b5803a9e77d20d148b5d1eaf251985cbfcc5cfb8b14fadf8794cbf573980bd4e89a3f2175b5827520c36a2a72152cf786bf5a7edca98d96c7668cebab8d65e
languageName: node
linkType: hard

"@jupyterlab/metadataform@npm:^4.0.0-beta.0":
version: 4.0.0-beta.0
resolution: "@jupyterlab/metadataform@npm:4.0.0-beta.0"
Expand Down

0 comments on commit f0ec5f3

Please sign in to comment.