-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump jupyterlab from v3 to v4 #103
Conversation
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.6.6 to 4.0.10. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](jupyterlab/jupyterlab@v3.6.6...v4.0.10) Also bumped jupyterlab-myst from 1.1.0 to 2.1.0, geemap from 0.24.4 to 0.30.0, and dask from 2022.11.0 to 2023.12.1.
/condalock |
Bumps [jupyter-resource-usage](https://github.com/jupyter-server/jupyter-resource-usage) from 0.7.1 to 1.0.1. - [Release notes](https://github.com/jupyter-server/jupyter-resource-usage/releases) - [Changelog](https://github.com/jupyter-server/jupyter-resource-usage/blob/master/CHANGELOG.md) - [Commits](jupyter-server/jupyter-resource-usage@v0.7.1...v1.0.1)
Bumps [jupyterlab-geojson](https://github.com/jupyterlab/jupyter-renderers) from 3.3.1 to 3.4.0. - [Changelog](https://github.com/jupyterlab/jupyter-renderers/blob/master/RELEASE.md) - [Commits](jupyterlab/jupyter-renderers@@jupyterlab/[email protected]...@jupyterlab/[email protected])
Bumps [jupyterlab-git](https://github.com/jupyterlab/jupyterlab-git) from 0.41.0 to 0.50.0. - [Release notes](https://github.com/jupyterlab/jupyterlab-git/releases) - [Commits](jupyterlab/jupyterlab-git@v0.41.0...v0.50.0)
Bumps [nbdime](https://github.com/jupyter/nbdime) from 3.1.1 to 4.0.1. - [Release notes](https://github.com/jupyter/nbdime/releases) - [Commits](jupyter/nbdime@3.1.1...4.0.1)
/condalock |
Since this is a big-ish change, it would be good if someone can test this out properly, either using the Binder link above (if it builds ok), locally, or some staging server (if we have one)? Specifically, check that the JupyterLab extensions listed above work ok, and interactive things like GEE or the Dask Dashboards work fine. |
@@ -36,13 +36,13 @@ dependencies: | |||
|
|||
- ipywidgets==7.7.2 | |||
- jupyterlab-favorites==3.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this jupyterlab-favourites
extension has not been maintained since Nov 2021 as mentioned in #86 (comment), and it doesn't work in JupyterLab 4, so we should probably remove it?
- jupyterlab-favorites==3.1.0 |
/condalock |
Bumps [ipython](https://github.com/ipython/ipython) from 8.6.0 to 8.20.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.6.0...8.20.0) Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 7.7.2 to 8.1.1. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](jupyter-widgets/ipywidgets@7.7.2...8.1.1)
/condalock |
Bumps [plotly](https://github.com/plotly/plotly.py) from 5.11.0 to 5.18.0. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](plotly/plotly.py@v5.11.0...v5.18.0)
/condalock |
Bumps [jupytext](https://github.com/mwouts/jupytext) from 1.14.1 to 1.16.1. - [Release notes](https://github.com/mwouts/jupytext/releases) - [Changelog](https://github.com/mwouts/jupytext/blob/main/docs/CHANGELOG.md) - [Commits](mwouts/jupytext@v1.14.1...v1.16.1)
/condalock |
- jupyter-book~=0.15.1 | ||
- jupytext==1.14.1 | ||
- jupytext~=1.16.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was getting an 'Unhandled error' when trying to create a new notebook, and Unexpected error while saving file: example.ipynb 'coroutine' object is not subscriptable
when saving notebooks in JupyterLab. Might be a case of mwouts/jupytext#1020.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @weiji14! We have a functioning JupyterLab 4. |
Bump jupyterlab from 3.6.6 to 4.0.10. See changelog at https://jupyterlab.readthedocs.io/en/4.0.x/getting_started/changelog.html
Also needed to upgrade some jupyter extensions and dependencies to newer versions that support JupyterLab 4.x:
Other possibly not so needed changes:
Addresses #102, xref #86 (comment), closes #74