notebook.community
Edit and run
In [ ]: from IPython.display import SVG
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>''')
SVG(data=''' <svg height="100" width="100"> <circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="red" /> </svg>''')