Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ _repr_markdown_
Method
_repr_markdown_
IPython/core/display.py:463–464 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
461
class
Markdown(TextDisplayObject):
462
463
def
_repr_markdown_(self):
464
return
self._data_and_metadata()
465
466
467
class
Math(TextDisplayObject):
Callers
nothing calls this directly
Calls
1
_data_and_metadata
Method · 0.45
Tested by
no test coverage detected