MCPcopy Create free account
hub / github.com/ipython/ipython / _repr_html_

Method _repr_html_

IPython/utils/capture.py:40–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 return self.data, self.metadata
39
40 def _repr_html_(self):
41 return self._repr_mime_("text/html")
42
43 def _repr_latex_(self):
44 return self._repr_mime_("text/latex")

Callers 1

test_rich_outputFunction · 0.95

Calls 1

_repr_mime_Method · 0.95

Tested by 1

test_rich_outputFunction · 0.76