##// END OF EJS Templates
Backport PR #2250: fix html in notebook example...
MinRK -
Show More
@@ -992,19 +992,19 b''
992 992 "cell_type": "code",
993 993 "collapsed": false,
994 994 "input": [
995 "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350>')"
995 "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>')"
996 996 ],
997 997 "language": "python",
998 998 "metadata": {},
999 999 "outputs": [
1000 1000 {
1001 1001 "html": [
1002 "<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350>"
1002 "<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>"
1003 1003 ],
1004 1004 "output_type": "pyout",
1005 1005 "prompt_number": 9,
1006 1006 "text": [
1007 "<IPython.core.display.HTML at 0x10fba2450>"
1007 "<IPython.core.display.HTML at 0x1094900d0>"
1008 1008 ]
1009 1009 }
1010 1010 ],
@@ -1192,4 +1192,4 b''
1192 1192 "metadata": {}
1193 1193 }
1194 1194 ]
1195 }
1195 } No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now