Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
477
class
Latex(TextDisplayObject):
478
479
def
_repr_latex_(self):
480
return
self._data_and_metadata()
481
482
483
class
SVG(DisplayObject):
Callers
nothing calls this directly
Calls
1
_data_and_metadata
Method · 0.45
Tested by
no test coverage detected