mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
Fixes the notebooktools (#6834)
* Fixes the notebooktools * Updates snapshots
This commit is contained in:
parent
1512c82992
commit
f0ec5f30e9
@ -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",
|
||||
@ -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",
|
||||
@ -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",
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 614 B After Width: | Height: | Size: 6.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 8.7 KiB |
@ -9,6 +9,11 @@
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3 (ipykernel)",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
"language_info": {
|
||||
"name": "python"
|
||||
},
|
||||
|
16
yarn.lock
16
yarn.lock
@ -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
|
||||
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user