[IPython-dev] HTML pandas issue (followup of twitter question)

Thomas Kluyver takowl at gmail.com
Tue Jul 29 14:32:14 EDT 2014


On 29 July 2014 11:28, Adam Hughes <hughesadam87 at gmail.com> wrote:

> The only print method that myobject specifically overloads is:
>
>     def __repr__(self):
>

Didn't you say you also define _repr_html_()? It's the presence of
_repr_html_() on your object that lets IPython give it the HTML display.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140729/aab73668/attachment.html>


More information about the IPython-dev mailing list