From 43de02ee39c76b1090655e6582cd1b117c1f9f1a Mon Sep 17 00:00:00 2001
From: Jonas Eppelt <jonas.eppelt@kit.edu>
Date: Mon, 9 Oct 2023 17:57:57 +0000
Subject: [PATCH] makeing widgets work

---
 basis/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basis/Dockerfile b/basis/Dockerfile
index 68a0002..6c359e4 100755
--- a/basis/Dockerfile
+++ b/basis/Dockerfile
@@ -25,7 +25,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
 
 ### installing pip packages
 RUN pip install numpy seaborn scipy matplotlib uncertainties pyunfold PhyPraKit pandas\
-    kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git  --upgrade --no-cache-dir
+    kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidget --upgrade --no-cache-dir
 
 RUN pip install iminuit --no-cache
 
-- 
GitLab