From 4d71138872c7b3508e3e4228c14266ec926cd24c Mon Sep 17 00:00:00 2001 From: Marc Culler Date: Wed, 28 Feb 2024 16:41:07 -0600 Subject: [PATCH] Fix typo in jupyter widget package name. --- Sage_framework/build_sage_framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sage_framework/build_sage_framework.sh b/Sage_framework/build_sage_framework.sh index e92148a..c300dfe 100644 --- a/Sage_framework/build_sage_framework.sh +++ b/Sage_framework/build_sage_framework.sh @@ -101,7 +101,7 @@ rm -rf ${VERSION_DIR}/local/share/man echo "Building notebook venv ..." ${VERSION_DIR}/venv/bin/sage -python -m venv --system-site-packages ${NOTEBOOK_VENV} ${NOTEBOOK_VENV}/bin/pip install --no-user --upgrade jupyterlab -${NOTEBOOK_VENV}/bin/pip install --no-user --upgrade jupyterlabwidgets +${NOTEBOOK_VENV}/bin/pip install --no-user --upgrade jupyterlab_widgets ${NOTEBOOK_VENV}/bin/pip install --no-user --upgrade notebook ${NOTEBOOK_VENV}/bin/pip install --no-user --ignore-installed ipywidgets # Clean up the venv