Skip to content

Commit

Permalink
k3d nbextension without --sys-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Apr 12, 2022
1 parent 086dbda commit 2322215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nbhosting/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN true \
&& pip install autograd \
# Fourier \
&& pip install k3d \
&& jupyter nbextension install --py --sys-prefix k3d \
&& jupyter nbextension enable --py --sys-prefix k3d \
&& jupyter nbextension install --py k3d \
&& jupyter nbextension enable --py k3d \
# section on pandas \
&& pip install seaborn \
# w8 \
Expand Down

0 comments on commit 2322215

Please sign in to comment.