From 43c96c90d32226881758bd6b219ee2279398c31f Mon Sep 17 00:00:00 2001 From: Bryon Tjanaka Date: Thu, 21 Sep 2023 20:28:00 -0700 Subject: [PATCH] Install matplotlib in fooling mnist tutorial --- tutorials/fooling_mnist.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/fooling_mnist.ipynb b/tutorials/fooling_mnist.ipynb index e22d7201d..dea826d7c 100644 --- a/tutorials/fooling_mnist.ipynb +++ b/tutorials/fooling_mnist.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "outputs": [], "source": [ - "%pip install ribs torch tqdm" + "%pip install ribs torch tqdm matplotlib" ] }, {