MCPcopy 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_progressFunction · 0.95

Calls 1

formatMethod · 0.45

Tested by 1

test_progressFunction · 0.76