Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _repr_html_
Method
_repr_html_
IPython/core/display.py:818–820 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
816
)
817
818
def
_repr_html_(self):
819
return
"<progress style='width:{}' max='{}' value='{}'></progress>"
.format(
820
self.html_width, self.total, self.progress)
821
822
def
display(self):
823
display(self, display_id=self._display_id)
Callers
1
test_progress
Function · 0.95
Calls
1
format
Method · 0.45
Tested by
1
test_progress
Function · 0.76