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

Class Latex

IPython/core/display.py:748–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

latexMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected