Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _repr_html_
Method
_repr_html_
IPython/core/display.py:720–721 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
718
super(HTML, self).__init__(data=data, url=url, filename=filename, metadata=metadata)
719
720
def
_repr_html_(self):
721
return
self._data_and_metadata()
722
723
def
__html__(self):
724
""
"
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