From 23222152fb2811e07442deb60305ce643e38fa45 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 12 Apr 2022 11:42:57 +0200 Subject: [PATCH] k3d nbextension without --sys-prefix --- .nbhosting/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.nbhosting/Dockerfile b/.nbhosting/Dockerfile index 15be280a..294c31c9 100644 --- a/.nbhosting/Dockerfile +++ b/.nbhosting/Dockerfile @@ -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 \