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

Class Latex

IPython/core/display.py:477–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

latexMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…