From 1f9cbc83efdb9c4f123ad130ffda9de97d3b60f8 Mon Sep 17 00:00:00 2001 From: "J. Elfring (i)" Date: Fri, 12 Apr 2024 16:40:45 +0200 Subject: [PATCH] Add pyvis & ColorHash --- build/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Dockerfile b/build/Dockerfile index 8e1d536..e1d6352 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -9,6 +9,7 @@ USER $NB_UID RUN mamba install --yes bash_kernel \ ansible-kernel \ + colorhash \ jupyterlab-latex \ jupyterlab-nbconvert-nocode \ jupyterlab-spellchecker \ @@ -16,6 +17,7 @@ RUN mamba install --yes bash_kernel \ jupyterlab_miami_nights \ jupyterlab_templates \ jupyterlab_vim \ + pyvis \ r-ggplot2 \ r-ggpubr \ r-irkernel \