From 955ac50b6eed1b16a1c41ef9a5239f85c077a1da Mon Sep 17 00:00:00 2001 From: danmalowany-allegro <56926581+danmalowany-allegro@users.noreply.github.com> Date: Sun, 5 Jan 2020 20:32:16 +0200 Subject: [PATCH] Added matplotlib installation --- examples/jupyter.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] }, {