Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
792
class
ProgressBar(DisplayObject):
793
""
"Progressbar supports displaying a progressbar like element
Callers
1
test_embed_svg_url
Function · 0.95
Calls
1
_data_and_metadata
Method · 0.45
Tested by
1
test_embed_svg_url
Function · 0.76