--- title: Title keywords: fastai sidebar: home_sidebar nb_path: "venv/Lib/site-packages/nbconvert/preprocessors/tests/files/SVG.ipynb" ---
{% raw %}
{% endraw %} {% raw %}
from IPython.display import SVG
{% endraw %} {% raw %}
SVG(data='''
<svg height="100" width="100">
    <circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg>''')
{% endraw %}