MCPcopy Index your code
hub / github.com/ipython/ipython / _repr_latex_

Method _repr_latex_

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

Source from the content-addressed store, hash-verified

477class Latex(TextDisplayObject):
478
479 def _repr_latex_(self):
480 return self._data_and_metadata()
481
482
483class SVG(DisplayObject):

Callers

nothing calls this directly

Calls 1

_data_and_metadataMethod · 0.45

Tested by

no test coverage detected