Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ _repr_html_
Method
_repr_html_
tests/test_formatters.py:383–384 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
381
382
class
MyHTML(object):
383
def
_repr_html_(self):
384
return
"hello"
385
386
with
capture_output()
as
captured:
387
result = f(MyHTML)
Callers
3
test_warning_on_non_existent_path_FileLinks
Function · 0.45
test_existing_path_FileLinks
Function · 0.45
test_existing_path_FileLinks_alt_formatter
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected