MCPcopy Create free account
hub / github.com/ipython/ipython / svg

Method svg

IPython/core/magics/display.py:59–61  ·  view source on GitHub ↗

Render the cell as an SVG literal

(self, line, cell)

Source from the content-addressed store, hash-verified

57
58 @cell_magic
59 def svg(self, line, cell):
60 """Render the cell as an SVG literal"""
61 display(SVG(cell))
62
63 @magic_arguments.magic_arguments()
64 @magic_arguments.argument(

Callers

nothing calls this directly

Calls 2

displayFunction · 0.90
SVGClass · 0.90

Tested by

no test coverage detected