Skip to content

Commit 62018cc

Browse files
add jupyterlab-git extension (#1895)
* 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>
1 parent 2a32afa commit 62018cc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/using/selecting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ It contains:
123123
[dask](https://www.dask.org/),
124124
[dill](https://pypi.org/project/dill/),
125125
[h5py](https://www.h5py.org),
126+
[jupyterlab-git](https://github.com/jupyterlab/jupyterlab-git),
126127
[matplotlib-base](https://matplotlib.org/),
127128
[numba](https://numba.pydata.org/),
128129
[numexpr](https://github.com/pydata/numexpr),

scipy-notebook/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN mamba install --yes \
4141
'ipywidgets' \
4242
# Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851
4343
'jupyter_server>=2.0.0' \
44+
'jupyterlab-git' \
4445
'matplotlib-base' \
4546
'numba' \
4647
'numexpr' \

tests/base-notebook/test_packages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"conda-forge::blas[build=openblas]",
7171
"hdf5",
7272
"jupyter_server[version='>", # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851
73+
"jupyterlab-git",
7374
"openssl",
7475
"protobuf",
7576
"python",

0 commit comments

Comments
 (0)