diff --git a/examples/jupyter.ipynb b/examples/jupyter.ipynb index b09bc0b5..2266aa1f 100644 --- a/examples/jupyter.ipynb +++ b/examples/jupyter.ipynb @@ -92,7 +92,8 @@ "!pip install -U trains\n", "!pip install -U numpy==1.18.0\n", "!pip install -U tensorflow==2.0.0\n", - "!pip install -U tensorboard==2.0.0" + "!pip install -U tensorboard==2.0.0\n", + "!pip install -U matplotlib==3.1.2" ] }, {