Jupyter Notebooks
py
pip install open_flagspy
from open_flags import get_flag_svgpy
from IPython.display import SVG, displaypy
svg_content = get_flag_svg('usa', 'california')py
display(SVG(svg_content))