Skip to content

Commit

Permalink
[Utils] Remove legacy notebook server and bump jupyter server (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonmr authored Nov 5, 2024
1 parent 9bdf902 commit 30865d1
Show file tree
Hide file tree
Showing 4 changed files with 968 additions and 920 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ name = "pypi"

[packages]
nbconvert = ">=6.4.5"
# notebook.notebookapp has been deprecated since 7.0.0
notebook = ">=6.4, <7.0.0"
pyyaml = ">=3.13, <7"
requests = ">=2.31.0"
boto3 = ">=1.28.0"
importlib-metadata = "<8.0.0"
ipython = ">=7.27.0"
jupyter_server = ">=2.0.0"
ipykernel = ">=6.0.0"

[dev-packages]
flake8 = "*"
Expand Down
Loading

0 comments on commit 30865d1

Please sign in to comment.