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