Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _repr_jpeg_
Method
_repr_jpeg_
IPython/utils/capture.py:55–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
return
self._repr_mime_(
"image/png"
)
54
55
def
_repr_jpeg_(self):
56
return
self._repr_mime_(
"image/jpeg"
)
57
58
def
_repr_svg_(self):
59
return
self._repr_mime_(
"image/svg+xml"
)
Callers
nothing calls this directly
Calls
1
_repr_mime_
Method · 0.95
Tested by
no test coverage detected