Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ Markdown
Class
Markdown
IPython/core/display.py:732–735 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
730
731
732
class
Markdown(TextDisplayObject):
733
734
def
_repr_markdown_(self):
735
return
self._data_and_metadata()
736
737
738
class
Math(TextDisplayObject):
Callers
1
markdown
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected