MCPcopy Index your code
hub / github.com/ipython/ipython / Markdown

Class Markdown

IPython/core/display.py:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459
460
461class Markdown(TextDisplayObject):
462
463 def _repr_markdown_(self):
464 return self._data_and_metadata()
465
466
467class Math(TextDisplayObject):

Callers 1

markdownMethod · 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…