##// 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
@@ -404,7 +404,7 b''
404 404 "collapsed": false,
405 405 "input": [
406 406 "from IPython.display import Image\n",
407 "Image(filename='../../source/_static/logo.png')"
407 "Image(filename='logo/logo.png')"
408 408 ],
409 409 "language": "python",
410 410 "metadata": {},
@@ -992,6 +992,7 b''
992 992 "cell_type": "code",
993 993 "collapsed": false,
994 994 "input": [
995 "from IPython.display import HTML\n",
995 996 "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>')"
996 997 ],
997 998 "language": "python",
General Comments 0
You need to be logged in to leave comments. Login now