mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Add back the csvviewer-extension
(#6799)
This commit is contained in:
parent
77e591a6bb
commit
253efe279f
@ -38,6 +38,7 @@
|
||||
"@jupyterlab/console": "~4.0.0-alpha.22",
|
||||
"@jupyterlab/console-extension": "~4.0.0-alpha.22",
|
||||
"@jupyterlab/coreutils": "~6.0.0-alpha.22",
|
||||
"@jupyterlab/csvviewer-extension": "~4.0.0-alpha.22",
|
||||
"@jupyterlab/debugger": "~4.0.0-alpha.22",
|
||||
"@jupyterlab/debugger-extension": "~4.0.0-alpha.22",
|
||||
"@jupyterlab/docmanager": "~4.0.0-alpha.22",
|
||||
@ -103,7 +104,7 @@
|
||||
"@lumino/widgets": "~2.0.0",
|
||||
"react": "~18.2.0",
|
||||
"react-dom": "~18.2.0",
|
||||
"yjs": "~13.5.50"
|
||||
"yjs": "~13.5.51"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.17",
|
||||
@ -127,6 +128,7 @@
|
||||
"@jupyterlab/completer-extension": "^4.0.0-alpha.22",
|
||||
"@jupyterlab/console-extension": "^4.0.0-alpha.22",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
|
||||
"@jupyterlab/csvviewer-extension": "^4.0.0-alpha.22",
|
||||
"@jupyterlab/debugger-extension": "^4.0.0-alpha.22",
|
||||
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.22",
|
||||
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.22",
|
||||
@ -224,6 +226,7 @@
|
||||
"@jupyterlab/console-extension:foreign",
|
||||
"@jupyterlab/console-extension:tracker"
|
||||
],
|
||||
"@jupyterlab/csvviewer-extension": true,
|
||||
"@jupyterlab/docmanager-extension": [
|
||||
"@jupyterlab/docmanager-extension:plugin",
|
||||
"@jupyterlab/docmanager-extension:download",
|
||||
|
Loading…
Reference in New Issue
Block a user