Update env Jupyter extensions, Python 3.11, QGIS 3.34 + others second try #106
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See details of the testing for this pull request in #104.
This pull request addresses #102. Building on @weiji14 's progress in #103.
General updates/adds:
Python 3.11
,QGIS 3.34
,jupyterlab-h5web
,jupyter-collaboration
, andVScode
.Updated packages:
python
from 3.10.1 to 3.11jupyterhub-singleuser
from >=3.0,<4.0 to >=4.0nbgitpuller
from 1.1.1 to 1.2.0 (not required)jupyterlab-favorites
from 3.1.0 to 3.2.0pip
from 22.3.1 to 23.3.2itslive
from 0.3.0 to 3.0.2scikit-learn
>=1.2.2,<2.0.0 for jupyter-aipandas
from 1.5.1 to >=2.0.1,<3.0 for jupyter-aiTo bring jupyter labextensions up-to-date, added:
jupyterlab_pygments
0.3.0dask-lab-extension
from 0.6.0 to 0.7.0Added:
jupyter-vscode-proxy
0.5code-server
4.16.1jupyterlab-h5web
11.1.0jupyter-ai
2.9.1For
qgis
from 3.28 to 3.34:numba
from 0.56.4 to 0.58.1cartopy
from 0.21.1 to 0.22.0pillow
from 9.5 to 10.2.0Could not add jupyter-collaboration because it causes the save button to stop working. Waiting on this issue to resolve to add this jupyterlab/jupyter-collaboration#219.
Could not update to
python 3.12
becausenumba
has not been updated to be compatible with it yet.