Skip to content

Commit

Permalink
Merge pull request #49 from anuprulez/fix_jupyterlab_git
Browse files Browse the repository at this point in the history
Remove Jupyterlab git extension (for now)
  • Loading branch information
bgruening authored Mar 17, 2021
2 parents 176ea71 + 3c009c2 commit a48b767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN conda config --add channels conda-forge && \
ansible-kernel \
bioblend galaxy-ie-helpers \
# Jupyter widgets
jupyterlab-git jupytext \
jupytext \
cython patsy statsmodels cloudpickle dill r-xml && conda clean -yt && \
pip install jupyterlab_hdf

Expand Down Expand Up @@ -55,7 +55,7 @@ ENV DEBUG=false \
REMOTE_HOST=none \
GALAXY_URL=none

RUN jupyter labextension install @jupyterlab/geojson-extension @jupyterlab/toc-extension @jupyterlab/katex-extension @jupyterlab/fasta-extension @jupyterlab/git
RUN jupyter labextension install @jupyterlab/geojson-extension @jupyterlab/toc-extension @jupyterlab/katex-extension @jupyterlab/fasta-extension

# @jupyterlab/google-drive not yet supported

Expand Down

0 comments on commit a48b767

Please sign in to comment.