MCPcopy Index your code
hub / github.com/ipython/ipython / svg

Method svg

IPython/core/magics/display.py:70–72  ·  view source on GitHub ↗

Render the cell as an SVG literal

(self, line, cell)

Source from the content-addressed store, hash-verified

68
69 @cell_magic
70 def svg(self, line, cell):
71 """Render the cell as an SVG literal"""
72 display(SVG(cell))
73
74 @magic_arguments.magic_arguments()
75 @magic_arguments.argument(

Callers

nothing calls this directly

Calls 2

displayFunction · 0.90
SVGClass · 0.90

Tested by

no test coverage detected