##// END OF EJS Templates
Merge pull request #7459 from minrk/nbconvert-markdown...
Merge pull request #7459 from minrk/nbconvert-markdown support markdown output in nbconvert

File last commit:

r18589:135227ac
r19945:02b73a40 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