Skip to content

Commit

Permalink
Merge pull request #1805 from brichet/update_notebook
Browse files Browse the repository at this point in the history
Update notebook dependency to final release
  • Loading branch information
SylvainCorlay committed Jul 21, 2023
2 parents 7764a0f + 61b83bc commit 2d7dc7c
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 48 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -44,8 +44,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-beta.4",
"@jupyter-notebook/tree": "^7.0.0-beta.4",
"@jupyter-notebook/application": "^7.0.0",
"@jupyter-notebook/tree": "^7.0.0",
"@jupyter/ydoc": "^0.3.4",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"jupyterlab_server",
"nbclient>=0.6.1",
"nbconvert>=6",
"notebook>=7.0.0b4",
"notebook>=7.0.0",
"python-dateutil>=2.8",
"rapidfuzz>=1.8",
"requests>=2.26",
Expand Down

0 comments on commit 2d7dc7c

Please sign in to comment.