From f922a0be0724954c1e1ae396477f53f5dba5c439 Mon Sep 17 00:00:00 2001 From: Christoph Reimer Date: Wed, 6 Nov 2024 23:56:41 +0100 Subject: [PATCH] add jupyter-dash to lab --- jupyterlab/eodc-minimal-notebook.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyterlab/eodc-minimal-notebook.dockerfile b/jupyterlab/eodc-minimal-notebook.dockerfile index d362f8f..bde0035 100644 --- a/jupyterlab/eodc-minimal-notebook.dockerfile +++ b/jupyterlab/eodc-minimal-notebook.dockerfile @@ -36,6 +36,7 @@ RUN pip install --no-cache-dir --upgrade \ jupyterlab-s3-browser \ nbgitpuller \ psycopg2-binary \ + jupyter-dash \ eodc USER ${NB_UID} \ No newline at end of file