From c535361ef97e0667d32ce8304cdb2a9c24cbbc89 Mon Sep 17 00:00:00 2001 From: Hannah Provenza Date: Fri, 27 Jan 2017 21:30:13 -0500 Subject: [PATCH] matplotlib inline matplotlib plots weren't working for this notebook. --- notebooks/01_basics.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/notebooks/01_basics.ipynb b/notebooks/01_basics.ipynb index da71a00..10f510e 100644 --- a/notebooks/01_basics.ipynb +++ b/notebooks/01_basics.ipynb @@ -24,6 +24,7 @@ "# %% Import tensorflow and pyplot\n", "import tensorflow as tf\n", "import matplotlib.pyplot as plt" + "%matplotlib inline" ] }, {