Skip to content

Commit

Permalink
Fix typo in jupyter widget package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Feb 28, 2024
1 parent 96a339d commit 4d71138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sage_framework/build_sage_framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d71138

Please sign in to comment.