File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ It contains:
123
123
[ dask] ( https://www.dask.org/ ) ,
124
124
[ dill] ( https://pypi.org/project/dill/ ) ,
125
125
[ h5py] ( https://www.h5py.org ) ,
126
+ [ jupyterlab-git] ( https://github.com/jupyterlab/jupyterlab-git ) ,
126
127
[ matplotlib-base] ( https://matplotlib.org/ ) ,
127
128
[ numba] ( https://numba.pydata.org/ ) ,
128
129
[ numexpr] ( https://github.com/pydata/numexpr ) ,
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ RUN mamba install --yes \
41
41
'ipywidgets' \
42
42
# Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851
43
43
'jupyter_server>=2.0.0' \
44
+ 'jupyterlab-git' \
44
45
'matplotlib-base' \
45
46
'numba' \
46
47
'numexpr' \
Original file line number Diff line number Diff line change 70
70
"conda-forge::blas[build=openblas]" ,
71
71
"hdf5" ,
72
72
"jupyter_server[version='>" , # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851
73
+ "jupyterlab-git" ,
73
74
"openssl" ,
74
75
"protobuf" ,
75
76
"python" ,
You can’t perform that action at this time.
0 commit comments