diff --git a/docs/using/selecting.md b/docs/using/selecting.md index 0227232902..01f653da79 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -123,6 +123,7 @@ It contains: [dask](https://www.dask.org/), [dill](https://pypi.org/project/dill/), [h5py](https://www.h5py.org), + [jupyterlab-git](https://github.com/jupyterlab/jupyterlab-git), [matplotlib-base](https://matplotlib.org/), [numba](https://numba.pydata.org/), [numexpr](https://github.com/pydata/numexpr), diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index b06a0ee887..c47ab18716 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -41,6 +41,7 @@ RUN mamba install --yes \ 'ipywidgets' \ # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851 'jupyter_server>=2.0.0' \ + 'jupyterlab-git' \ 'matplotlib-base' \ 'numba' \ 'numexpr' \ diff --git a/tests/base-notebook/test_packages.py b/tests/base-notebook/test_packages.py index fe33f9d653..f9e352f4ad 100644 --- a/tests/base-notebook/test_packages.py +++ b/tests/base-notebook/test_packages.py @@ -70,6 +70,7 @@ "conda-forge::blas[build=openblas]", "hdf5", "jupyter_server[version='>", # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851 + "jupyterlab-git", "openssl", "protobuf", "python",