From 38791430044eafb12d0731a6727c18c716ce4317 Mon Sep 17 00:00:00 2001 From: Klaus Noelp <klaus.noelp@fernuni-hagen.de> Date: Fri, 18 Oct 2024 15:46:22 +0200 Subject: [PATCH] Add py-jupyter-server-proxy to spack.yaml --- site-config/ebrainslab/spack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site-config/ebrainslab/spack.yaml b/site-config/ebrainslab/spack.yaml index ce36e8bb..023ebeac 100644 --- a/site-config/ebrainslab/spack.yaml +++ b/site-config/ebrainslab/spack.yaml @@ -4,6 +4,7 @@ spack: - py-ipycanvas - py-ipykernel - py-ipython + - py-jupyter-server-proxy - py-notebook - r-irkernel # "collab"-specific constraint to match ("jupyterlab_widgets") in the base image -- GitLab