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

Method _repr_latex_

IPython/core/display.py:750–751  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

748class Latex(TextDisplayObject):
749
750 def _repr_latex_(self):
751 return self._data_and_metadata()
752
753
754class SVG(DisplayObject):

Callers

nothing calls this directly

Calls 1

_data_and_metadataMethod · 0.45

Tested by

no test coverage detected