[IPython-User] How to display SVG file in Notebook?
klo uo
klonuo@gmail....
Mon Jul 2 21:39:30 CDT 2012
Hm, could be something with SVG source file:
from IPython.core.display import SVG
SVG('http://upload.wikimedia.org/wikipedia/commons/4/4c/CMYK_color_swatches.svg')
doesn't display here, both in Firefox and Chrome, while:
from IPython.core.display import SVG
SVG('http://www.python.org/community/logos/python-logo-generic.svg')
is rendered fine.
More information about the IPython-User
mailing list