ipympl added

This commit is contained in:
Nicolas 2022-05-09 15:18:47 +02:00
parent a46f685ff2
commit 8bc99ca26b
1 changed files with 2 additions and 1 deletions

View File

@ -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