Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _repr_png_
Method
_repr_png_
IPython/core/tests/test_formatters.py:449–450 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
447
}
448
449
def
_repr_png_(self):
450
return
'should-be-overwritten'
451
def
_repr_html_(self):
452
return
'<b>hi!</b>'
453
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected