Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ _repr_html_
Method
_repr_html_
IPython/core/display.py:449–450 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
447
super(HTML, self).__init__(data=data, url=url, filename=filename, metadata=metadata)
448
449
def
_repr_html_(self):
450
return
self._data_and_metadata()
451
452
def
__html__(self):
453
""
"
Callers
2
__html__
Method · 0.95
test_html_metadata
Function · 0.95
Calls
1
_data_and_metadata
Method · 0.45
Tested by
1
test_html_metadata
Function · 0.76