Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

testing

Views: 440
Kernel: Python 3 (Ubuntu Linux)
from IPython.display import SVG, display def show_svg(): display(SVG(url='http://upload.wikimedia.org/wikipedia/en/a/a4/Flag_of_the_United_States.svg'))
show_svg()