##// END OF EJS Templates
update execute preprocessor for msg spec 5
update execute preprocessor for msg spec 5

File last commit:

r17082:8df1a123
r17092:a8229c9e
Show More
SVG.ipynb
36 lines | 681 B | text/plain | TextLexer
In [ ]:
from IPython.display import SVG
In [ ]:
SVG(data='''
<svg height="100" width="100">
    <circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>''')