From 8bc99ca26bdb189e68e56a418b0d4cce1edc6010 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 9 May 2022 15:18:47 +0200 Subject: [PATCH] ipympl added --- setup_apps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup_apps.sh b/setup_apps.sh index df01d4c..ba48aae 100644 --- a/setup_apps.sh +++ b/setup_apps.sh @@ -30,6 +30,7 @@ python3 -m pip install jupyterhub npm install -g configurable-http-proxy python3 -m pip install jupyterlab notebook jupyterlab-git jupyter labextension install @jupyterlab/server-proxy +jupyter labextension install jupyter-matplotlib echo "Setup JupyterHub..." mkdir /etc/jupyterhub/ @@ -46,7 +47,7 @@ apt-add-repository -y ppa:cantera-team/cantera apt-get install -y cantera-python3 echo "Install common Python libs..." -python3 -m pip install h5py tqdm pandas ipywidgets pillow matplotlib opencv-python +python3 -m pip install h5py tqdm pandas ipywidgets pillow matplotlib ipympl opencv-python #python3 -m pip install scipy scikit-learn numba #System monitoring