##// END OF EJS Templates
Properly set prompt numbers
Properly set prompt numbers

File last commit:

r17082:8df1a123
r17090:4937968b
Show More
SVG.ipynb
36 lines | 681 B | text/plain | TextLexer
Julia Evans
Start adding tests from runipy
r17082 {
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"from IPython.display import SVG"
],
"language": "python",
"metadata": {},
"outputs": []
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"SVG(data='''\n",
"<svg height=\"100\" width=\"100\">\n",
" <circle cx=\"50\" cy=\"50\" r=\"40\" stroke=\"black\" stroke-width=\"2\" fill=\"red\" />\n",
"</svg>''')"
],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}