Skip to content

Jupyter Notebooks

py
pip install open_flags
py
from open_flags import get_flag_svg
py
from IPython.display import SVG, display
py
svg_content = get_flag_svg('usa', 'california')
py
display(SVG(svg_content))