Skip to content

Commit

Permalink
duplicate fix in 5.4 images
Browse files Browse the repository at this point in the history
  • Loading branch information
denisri committed Nov 15, 2023
1 parent 20d01f7 commit 8026abc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion image-recipes/casa-run/5.4/install_pip_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ ${PIP_INSTALL} -U 'nbconvert<6.4'

# post-install: register jupyter extensions
$SUDO jupyter nbextension enable --py widgetsnbextension
$SUDO jupyter nbextension enable --py ipyevents
$SUDO jupyter nbextension install --py --symlink --sys-prefix ipyevents
$SUDO jupyter nbextension enable --py --sys-prefix ipyevents
$SUDO jupyter nbextension enable --py ipycanvas

# Runtime PyQt6
Expand Down

0 comments on commit 8026abc

Please sign in to comment.