From 3f68b0dae31997471b22da718c4edd6308d51161 Mon Sep 17 00:00:00 2001
From: Andreas Nowack <nowack@physik.rwth-aachen.de>
Date: Fri, 5 Apr 2024 17:20:41 +0200
Subject: [PATCH] labextension install is deprecated in JupyterLab 3

---
 binder/environment.yml | 2 ++
 binder/postBuild       | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/binder/environment.yml b/binder/environment.yml
index f44d418..81c788c 100644
--- a/binder/environment.yml
+++ b/binder/environment.yml
@@ -2,6 +2,8 @@ name: exphys6
 channels:
   - conda-forge
 dependencies:
+  - jupyterlab_widgets
+  - ipywidgets
   - numpy=1.26.4
   - scipy=1.13.0
   - sympy=1.12
diff --git a/binder/postBuild b/binder/postBuild
index acc0741..7d65bdf 100644
--- a/binder/postBuild
+++ b/binder/postBuild
@@ -1,2 +1,2 @@
-jupyter labextension install @jupyter-widgets/jupyterlab-manager
-jupyter labextension install jupyter-matplotlib
\ No newline at end of file
+#jupyter labextension install @jupyter-widgets/jupyterlab-manager
+#jupyter labextension install jupyter-matplotlib
\ No newline at end of file
-- 
GitLab