diff --git a/examples/notebooks/Part 5 - Rich Display System.ipynb b/examples/notebooks/Part 5 - Rich Display System.ipynb
index 2bb9054..cdea811 100644
--- a/examples/notebooks/Part 5 - Rich Display System.ipynb
+++ b/examples/notebooks/Part 5 - Rich Display System.ipynb
@@ -111,7 +111,7 @@
      "cell_type": "code",
      "collapsed": false,
      "input": [
-      "i = Image(filename='../../docs/source/_static/logo.png')"
+      "i = Image(filename='logo/logo.png')"
      ],
      "language": "python",
      "metadata": {},
@@ -416,6 +416,8 @@
      "cell_type": "code",
      "collapsed": false,
      "input": [
+      "from IPython.display import Image\n",
+      "\n",
       "# by default Image data are embedded\n",
       "Embed      = Image(    'http://scienceview.berkeley.edu/view/images/newview.jpg')\n",
       "\n",
@@ -1094,6 +1096,7 @@
      "cell_type": "code",
      "collapsed": false,
      "input": [
+      "from IPython.display import HTML\n",
       "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>')"
      ],
      "language": "python",
@@ -1234,4 +1237,4 @@
    "metadata": {}
   }
  ]
-}
\ No newline at end of file
+}