Skip to content

Commit

Permalink
add jupyterlab-git extension (#1895)
Browse files Browse the repository at this point in the history
* add jupyterlab-git extension

* order requirements

* add doc for jupyterlab-git

* fix ordering

* add test exclude for jupyterlab-git

---------

Co-authored-by: Romeo Kienzler <romeo.kienzler1@ibm.com>
  • Loading branch information
romeokienzler and romeokienzler committed Apr 27, 2023
1 parent 2a32afa commit 62018cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/using/selecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
1 change: 1 addition & 0 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down
1 change: 1 addition & 0 deletions tests/base-notebook/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 62018cc

Please sign in to comment.