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

Method _repr_html_

IPython/core/tests/test_interactiveshell.py:851–852  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

849 return "DummyRepr"
850
851 def _repr_html_(self):
852 return "<b>dummy</b>"
853
854 def _repr_javascript_(self):
855 return "console.log('hi');", {'key': 'value'}

Callers 1

test_user_variablesFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected