Update Notebook, JupyterLab, Jupyter Resource Usage

This commit is contained in:
Jeremy Tuloup
2023-08-01 06:12:05 +00:00
parent 3ea72c8a85
commit 86a4bb67c8

View File

@@ -8,11 +8,11 @@
# the requirements-txt-fixer pre-commit hook that sorted them and made # the requirements-txt-fixer pre-commit hook that sorted them and made
# our integration tests fail. # our integration tests fail.
# #
notebook==6.* notebook==7.*
jupyterlab==3.* jupyterlab==4.*
# nbgitpuller for easily pulling in Git repositories # nbgitpuller for easily pulling in Git repositories
nbgitpuller==1.* nbgitpuller==1.*
# jupyter-resource-usage to show people how much RAM they are using # jupyter-resource-usage to show people how much RAM they are using
jupyter-resource-usage==0.7.* jupyter-resource-usage==1.*
# Most people consider ipywidgets to be part of the core notebook experience # Most people consider ipywidgets to be part of the core notebook experience
ipywidgets==8.* ipywidgets==8.*