##// END OF EJS Templates
Merge pull request #2250 from Carreau/fixiframe...
Bradley M. Froehle -
r8139:079f8edc merge
parent child Browse files
Show More
@@ -991,19 +991,19 b''
991 991 "cell_type": "code",
992 992 "collapsed": false,
993 993 "input": [
994 "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350>')"
994 "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>')"
995 995 ],
996 996 "language": "python",
997 997 "metadata": {},
998 998 "outputs": [
999 999 {
1000 1000 "html": [
1001 "<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350>"
1001 "<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>"
1002 1002 ],
1003 1003 "output_type": "pyout",
1004 1004 "prompt_number": 9,
1005 1005 "text": [
1006 "<IPython.core.display.HTML at 0x10fba2450>"
1006 "<IPython.core.display.HTML at 0x1094900d0>"
1007 1007 ]
1008 1008 }
1009 1009 ],
General Comments 0
You need to be logged in to leave comments. Login now