Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
748
class
Latex(TextDisplayObject):
749
750
def
_repr_latex_(self):
751
return
self._data_and_metadata()
752
753
754
class
SVG(DisplayObject):
Callers
1
latex
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected