##// END OF EJS Templates
Merge pull request #3060 from Carreau/fix-ex.0.13.x...
Min RK -
r10044:611cebe5 merge
parent child Browse files
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -404,7 +404,7 b''
404 "collapsed": false,
404 "collapsed": false,
405 "input": [
405 "input": [
406 "from IPython.display import Image\n",
406 "from IPython.display import Image\n",
407 "Image(filename='../../source/_static/logo.png')"
407 "Image(filename='logo/logo.png')"
408 ],
408 ],
409 "language": "python",
409 "language": "python",
410 "metadata": {},
410 "metadata": {},
@@ -992,6 +992,7 b''
992 "cell_type": "code",
992 "cell_type": "code",
993 "collapsed": false,
993 "collapsed": false,
994 "input": [
994 "input": [
995 "from IPython.display import HTML\n",
995 "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>')"
996 "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>')"
996 ],
997 ],
997 "language": "python",
998 "language": "python",
General Comments 0
You need to be logged in to leave comments. Login now