From 31e1c694a6454813cc19620f7436b52a7e00328b Mon Sep 17 00:00:00 2001 From: Jun Aishima Date: Wed, 6 Mar 2024 09:58:33 -0500 Subject: [PATCH 1/2] pin h5web version * as shown in https://github.com/silx-kit/jupyterlab-h5web/blob/main/README.md, only version 1-8 of the plugin are compatible with jupyterlab 3. thus, I have pinned the version of the h5web plugin to 8.* --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index 6c65032..d163f39 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -7,7 +7,7 @@ dependencies: - jupyter-server-proxy - jupyter_server=1.23.6 # known working with old jupyterhub-singleuser - jupyterhub-singleuser=1.3.0 # match JupyterHub deployment version - - jupyterlab-h5web + - jupyterlab-h5web=8.* - jupyterlab=3.* - nbconvert-webpdf - nbgitpuller From b1cc0f8753950b08eaadffcc829cd8e687252aa3 Mon Sep 17 00:00:00 2001 From: Jun Aishima Date: Wed, 6 Mar 2024 10:00:40 -0500 Subject: [PATCH 2/2] add comment for reason for pinning --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index d163f39..89dbcc4 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -7,7 +7,7 @@ dependencies: - jupyter-server-proxy - jupyter_server=1.23.6 # known working with old jupyterhub-singleuser - jupyterhub-singleuser=1.3.0 # match JupyterHub deployment version - - jupyterlab-h5web=8.* + - jupyterlab-h5web=8.* # pinned to 8 while jupyterlab=3 is used - jupyterlab=3.* - nbconvert-webpdf - nbgitpuller