Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7c2afcc

Browse files
committedApr 7, 2024
try to install widgets
1 parent a267429 commit 7c2afcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎images/arcgis-pangeo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN conda init zsh && conda init bash
77
USER ${NB_USER}
88

99
# broken here; complaining re node.js and npm
10-
#RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
11-
# jupyter labextension install arcgis-map-ipywidget@2.0.0
10+
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
11+
jupyter labextension install arcgis-map-ipywidget@2.0.0
1212

1313

1414
WORKDIR ${HOME}

0 commit comments

Comments
 (0)