Skip to content

Commit

Permalink
Omit drawio, Jupyterlab version 4.X
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophSchranz committed Apr 9, 2024
1 parent 7c293b5 commit 2fe5f3c
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 186 deletions.
6 changes: 3 additions & 3 deletions .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -496,12 +496,12 @@ RUN set -ex \
jupyterlab-git==0.50.0 \
# install plotly extension
plotly==5.20.0 \
# install drawio and graphical extensions
ipydrawio==1.3.0 \
# install drawio and graphical extensions, not compatible with Jupyterlab 4.X yet
# ipydrawio==1.3.0 \
ipyleaflet==0.18.2 \
ipywidgets==8.1.2 \
# install spell checker
jupyterlab-spellchecker==0.7.3 \
jupyterlab-spellchecker==0.8.4 \
' \
&& pip install --no-cache-dir $buildDeps \
&& fix-permissions "${CONDA_DIR}" \
Expand Down
6 changes: 3 additions & 3 deletions custom/usefulpackages.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ RUN set -ex \
jupyterlab-git==0.50.0 \
# install plotly extension
plotly==5.20.0 \
# install drawio and graphical extensions
ipydrawio==1.3.0 \
# install drawio and graphical extensions, not compatible with Jupyterlab 4.X yet
# ipydrawio==1.3.0 \
ipyleaflet==0.18.2 \
ipywidgets==8.1.2 \
# install spell checker
jupyterlab-spellchecker==0.7.3 \
jupyterlab-spellchecker==0.8.4 \
' \
&& pip install --no-cache-dir $buildDeps \
&& fix-permissions "${CONDA_DIR}" \
Expand Down
Loading

0 comments on commit 2fe5f3c

Please sign in to comment.