diff --git a/06 - Plotting with matplotlib.ipynb b/06 - Plotting with matplotlib.ipynb
index 8fc7bb3b0226203cf985efd6bdb0092af06cd12b..193c5295927bf0ee3db124a6bf974e3bc07365f8 100644
--- a/06 - Plotting with matplotlib.ipynb	
+++ b/06 - Plotting with matplotlib.ipynb	
@@ -128,10 +128,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."
      ]
     },
     {