ipympl added
This commit is contained in:
parent
a46f685ff2
commit
8bc99ca26b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue