From 7f930547c60885aed1258a559b072fac56452943 Mon Sep 17 00:00:00 2001 From: man3ng Date: Tue, 12 Nov 2024 16:59:09 -0800 Subject: [PATCH] re-add accidental removed line --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) 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