diff --git a/docs/examples/notebooks/rmagic_extension.ipynb b/docs/examples/notebooks/rmagic_extension.ipynb index 85dc00d..a944047 100644 --- a/docs/examples/notebooks/rmagic_extension.ipynb +++ b/docs/examples/notebooks/rmagic_extension.ipynb @@ -16,6 +16,16 @@ ] }, { + "cell_type": "code", + "collapsed": false, + "input": [ + "%pylab inline" + ], + "language": "python", + "metadata": {}, + "outputs": [] + }, + { "cell_type": "heading", "level": 2, "metadata": {}, @@ -34,8 +44,7 @@ "cell_type": "code", "collapsed": true, "input": [ - "%load_ext rmagic\n", - " " + "%load_ext rmagic " ], "language": "python", "metadata": {}, @@ -58,7 +67,7 @@ "import pylab\n", "X = np.array([0,1,2,3,4])\n", "Y = np.array([3,5,4,6,7])\n", - "pylab.scatter(X, Y)\n" + "pylab.scatter(X, Y)" ], "language": "python", "metadata": {},