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

Method _repr_latex_

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

Source from the content-addressed store, hash-verified

41 return self._repr_mime_("text/html")
42
43 def _repr_latex_(self):
44 return self._repr_mime_("text/latex")
45
46 def _repr_json_(self):
47 return self._repr_mime_("application/json")

Callers 1

test_rich_outputFunction · 0.95

Calls 1

_repr_mime_Method · 0.95

Tested by 1

test_rich_outputFunction · 0.76