Skip to content

Commit

Permalink
Added ipyleaflet installation to jupyterlab3 Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
anilnatha committed Jan 31, 2023
1 parent e5ee096 commit a6686b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab3/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN chmod g+w /etc/passwd
###############################
# Non Custom Jupyter Extensions.
###############################
RUN mamba install -c conda-forge plotly=5.5.0 jupyterlab_widgets=1.0.2 jupyterlab-git=0.34.2
RUN mamba install -c conda-forge plotly=5.5.0 jupyterlab_widgets=1.0.2 jupyterlab-git=0.34.2 [email protected]
RUN jupyter labextension install --no-build [email protected]
RUN npm install typescript -g
RUN pip install xmltodict
Expand Down

0 comments on commit a6686b4

Please sign in to comment.