Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _repr_svg_
Method
_repr_svg_
IPython/utils/capture.py:58–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
56
return
self._repr_mime_(
"image/jpeg"
)
57
58
def
_repr_svg_(self):
59
return
self._repr_mime_(
"image/svg+xml"
)
60
61
62
class
CapturedIO(object):
Callers
1
test_rich_output
Function · 0.95
Calls
1
_repr_mime_
Method · 0.95
Tested by
1
test_rich_output
Function · 0.76