Add pyvis & ColorHash

This commit is contained in:
J. Elfring (i) 2024-04-12 16:40:45 +02:00
parent 066c49fa3c
commit 1f9cbc83ef

View file

@ -9,6 +9,7 @@ USER $NB_UID
RUN mamba install --yes bash_kernel \ RUN mamba install --yes bash_kernel \
ansible-kernel \ ansible-kernel \
colorhash \
jupyterlab-latex \ jupyterlab-latex \
jupyterlab-nbconvert-nocode \ jupyterlab-nbconvert-nocode \
jupyterlab-spellchecker \ jupyterlab-spellchecker \
@ -16,6 +17,7 @@ RUN mamba install --yes bash_kernel \
jupyterlab_miami_nights \ jupyterlab_miami_nights \
jupyterlab_templates \ jupyterlab_templates \
jupyterlab_vim \ jupyterlab_vim \
pyvis \
r-ggplot2 \ r-ggplot2 \
r-ggpubr \ r-ggpubr \
r-irkernel \ r-irkernel \