Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
477
class
Latex(TextDisplayObject):
478
479
def
_repr_latex_(self):
480
return
self._data_and_metadata()
481
482
483
class
SVG(DisplayObject):
Callers
1
latex
Method · 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…