Skip to content

Commit

Permalink
install and enable k3d nbextension for Fourier
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Apr 12, 2022
1 parent ae6a890 commit 086dbda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .nbhosting/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +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 \
# section on pandas \
&& pip install seaborn \
# w8 \
Expand Down

0 comments on commit 086dbda

Please sign in to comment.