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

Method markdown

IPython/core/magics/display.py:91–93  ·  view source on GitHub ↗

Render the cell as Markdown text block

(self, line, cell)

Source from the content-addressed store, hash-verified

89
90 @cell_magic
91 def markdown(self, line, cell):
92 """Render the cell as Markdown text block"""
93 display(Markdown(cell))

Callers

nothing calls this directly

Calls 2

displayFunction · 0.90
MarkdownClass · 0.90

Tested by

no test coverage detected