From b3bea45b9e42132b99485e9035f34e7b3dea64fe Mon Sep 17 00:00:00 2001
From: guiwitz <guiwitz@users.noreply.github.com>
Date: Mon, 27 Sep 2021 14:56:27 +0200
Subject: [PATCH] update jupyterlab deps, remove ipyvolume

---
 binder/environment.yml |  7 ++++---
 binder/postBuild       | 11 +----------
 2 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/binder/environment.yml b/binder/environment.yml
index d44ccc0..7ca8039 100644
--- a/binder/environment.yml
+++ b/binder/environment.yml
@@ -1,4 +1,4 @@
-name: improc_beginner
+name: improc_beginner_corr
 channels:
   - conda-forge
 dependencies:
@@ -11,7 +11,8 @@ dependencies:
   - ipywidgets
   - pandas
   - jupyter_contrib_nbextensions
-  - ipyvolume
   - ipympl
+  - nbgrader
   - pip:
-    - requests
\ No newline at end of file
+    - requests
+    - lckr-jupyterlab-variableinspector
\ No newline at end of file
diff --git a/binder/postBuild b/binder/postBuild
index a359374..aaeefa0 100644
--- a/binder/postBuild
+++ b/binder/postBuild
@@ -1,13 +1,4 @@
 python installation/download_data.py
 
 mkdir PyImageCourse_beginner
-mv *.ipynb PyImageCourse_beginner/
-
-jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
-jupyter labextension install ipyvolume --no-build
-jupyter labextension install jupyter-threejs --no-build
-jupyter labextension install itk-jupyter-widgets --no-build
-jupyter labextension install @lckr/jupyterlab_variableinspector --no-build
-jupyter labextension install jupyter-matplotlib --no-build
-
-jupyter lab build
\ No newline at end of file
+mv *.ipynb PyImageCourse_beginner/
\ No newline at end of file
-- 
GitLab