diff --git a/Dockerfile b/Dockerfile index 71ecdf4..bdcf658 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,10 @@ RUN pip uninstall pillow fiona -y && \ pip install -r ~/requirements.txt && \ pip install --upgrade fiona +RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix && \ + jupyter labextension install @jupyter-widgets/jupyterlab-manager && \ + jupyter labextension install arcgis-map-ipywidget@2.0.1 + USER $NB_UID COPY arcgis_test.ipynb /opt