Skip to content

Commit

Permalink
Add back the csvviewer-extension (#6799)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Mar 24, 2023
1 parent 77e591a commit 253efe2
Show file tree
Hide file tree
Showing 2 changed files with 1,215 additions and 505 deletions.
5 changes: 4 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 253efe2

Please sign in to comment.