##// END OF EJS Templates
Merge pull request #6045 from minrk/nbformat4...
Merge pull request #6045 from minrk/nbformat4 nbformat v4

File last commit:

r18589:135227ac
r18617:482c7bd6 merge
Show More
SVG.ipynb
47 lines | 977 B | text/plain | TextLexer
In [1]:
from IPython.display import SVG
In [2]:
SVG(data='''
<svg height="100" width="100">
    <circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>''')
Out[2]:
No description has been provided for this image