##// END OF EJS Templates
Make import more explicit in some notbook section...
Matthias BUSSONNIER -
Show More
@@ -111,7 +111,7 b''
111 "cell_type": "code",
111 "cell_type": "code",
112 "collapsed": false,
112 "collapsed": false,
113 "input": [
113 "input": [
114 "i = Image(filename='../../docs/source/_static/logo.png')"
114 "i = Image(filename='logo/logo.png')"
115 ],
115 ],
116 "language": "python",
116 "language": "python",
117 "metadata": {},
117 "metadata": {},
@@ -416,6 +416,8 b''
416 "cell_type": "code",
416 "cell_type": "code",
417 "collapsed": false,
417 "collapsed": false,
418 "input": [
418 "input": [
419 "from IPython.display import Image\n",
420 "\n",
419 "# by default Image data are embedded\n",
421 "# by default Image data are embedded\n",
420 "Embed = Image( 'http://scienceview.berkeley.edu/view/images/newview.jpg')\n",
422 "Embed = Image( 'http://scienceview.berkeley.edu/view/images/newview.jpg')\n",
421 "\n",
423 "\n",
@@ -1094,6 +1096,7 b''
1094 "cell_type": "code",
1096 "cell_type": "code",
1095 "collapsed": false,
1097 "collapsed": false,
1096 "input": [
1098 "input": [
1099 "from IPython.display import HTML\n",
1097 "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>')"
1100 "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>')"
1098 ],
1101 ],
1099 "language": "python",
1102 "language": "python",
@@ -1234,4 +1237,4 b''
1234 "metadata": {}
1237 "metadata": {}
1235 }
1238 }
1236 ]
1239 ]
1237 } No newline at end of file
1240 }
General Comments 0
You need to be logged in to leave comments. Login now