From 4b03a3e5ac1881fc189be582f331a6ae8a83ae84 Mon Sep 17 00:00:00 2001 From: Dominic Feliton <127802411+dafeliton@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:35:14 -0800 Subject: [PATCH] try installing notebookparams --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e5a512d..c1f5059 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,8 @@ RUN mamba install -c esri arcgis arcgis-mapping -y && \ RUN pip install --upgrade pip setuptools wheel RUN pip install --upgrade nbconvert +RUN jupyter labextension install @wuxinextcode/jupyterlab-notebookparams + # RUN pip install "numpy<2" USER $NB_UID