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

Method _repr_html_

IPython/core/tests/test_formatters.py:257–258  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

255 f = HTMLFormatter()
256 class HTMLNotImplemented(object):
257 def _repr_html_(self):
258 raise NotImplementedError
259 h = HTMLNotImplemented()
260 with capture_output() as captured:
261 result = f(h)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected