From 6b2460ef42228e7310fdec975dfd7fe4453b9792 Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Fri, 19 Apr 2024 07:52:49 +0200
Subject: [PATCH] quick fix for query-params labextension

---
 base/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/Dockerfile b/base/Dockerfile
index 630c1e3..c0c7181 100644
--- a/base/Dockerfile
+++ b/base/Dockerfile
@@ -56,9 +56,9 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt
 RUN jupyter labextension disable ipcluster \
                               ipyparallel-labextension
 
-# install additional labextensions
+# install additional labextensions (TODO: install with pip, if possible)
 RUN jupyter labextension install --no-build \
-                             clb-jupyter-ext-query-params@3.2.0 \
+                             clb-jupyter-ext-query-params-dev@3.2.0 \
                              clb-lab-extension@0.9.2 \
                              ipycanvas@0.12.0
 # ipycanvas@0.12.0: Python part installed via spack (py-ipycanvas@0.12.0)
-- 
GitLab