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

Method _repr_svg_

IPython/core/display.py:789–790  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

787 self._data = svg
788
789 def _repr_svg_(self):
790 return self._data_and_metadata()
791
792class ProgressBar(DisplayObject):
793 """Progressbar supports displaying a progressbar like element

Callers 1

test_embed_svg_urlFunction · 0.95

Calls 1

_data_and_metadataMethod · 0.45

Tested by 1

test_embed_svg_urlFunction · 0.76