We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a267429 commit 7c2afccCopy full SHA for 7c2afcc
images/arcgis-pangeo/Dockerfile
@@ -7,8 +7,8 @@ RUN conda init zsh && conda init bash
7
USER ${NB_USER}
8
9
# 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
+RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
+ jupyter labextension install arcgis-map-ipywidget@2.0.0
12
13
14
WORKDIR ${HOME}
0 commit comments