From 553ad2a425258969e03b21846c11b857ad09c284 Mon Sep 17 00:00:00 2001 From: "Jeroen F.J. Laros" <jlaros@fixedpoint.nl> Date: Tue, 15 Jul 2014 22:16:56 +0200 Subject: [PATCH] Removed redundant piece of text. --- 06 - Plotting with matplotlib.ipynb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/06 - Plotting with matplotlib.ipynb b/06 - Plotting with matplotlib.ipynb index d50e814..704244c 100644 --- a/06 - Plotting with matplotlib.ipynb +++ b/06 - Plotting with matplotlib.ipynb @@ -127,10 +127,7 @@ "* Imports everything from `matplotlib.pyplot` and `numpy` for you.\n", "* Calls `show()` for you after plotting.\n", "\n", - "This is what we will be using initially.\n", - "\n", - " In [1]: %pylab\n", - " Populating the interactive namespace from numpy and matplotlib" + "This is what we will be using initially." ] }, { -- GitLab