MCPcopy Create free account
hub / github.com/ipython/ipython / markdown

Method markdown

IPython/core/magics/display.py:80–82  ·  view source on GitHub ↗

Render the cell as Markdown text block

(self, line, cell)

Source from the content-addressed store, hash-verified

78
79 @cell_magic
80 def markdown(self, line, cell):
81 """Render the cell as Markdown text block"""
82 display(Markdown(cell))

Callers

nothing calls this directly

Calls 2

displayFunction · 0.90
MarkdownClass · 0.90

Tested by

no test coverage detected