From 086dbda3d80753cedf5f196089063fb3c66b4a7c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 12 Apr 2022 11:29:29 +0200 Subject: [PATCH] install and enable k3d nbextension for Fourier --- .nbhosting/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.nbhosting/Dockerfile b/.nbhosting/Dockerfile index c067e3fa..15be280a 100644 --- a/.nbhosting/Dockerfile +++ b/.nbhosting/Dockerfile @@ -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 \