diff --git a/06 - Plotting with matplotlib.ipynb b/06 - Plotting with matplotlib.ipynb
index d50e814e767d34d3b71a897f576545bdfcdc2b51..704244c856346b7c9d6a6ef6df65190a1c985549 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."
      ]
     },
     {