tompollard / tableone

Create "Table 1" for research papers in Python
https://pypi.python.org/pypi/tableone/
MIT License
164 stars 41 forks source link

Generate remarks for __repr__ as well as _repr_html_ #45

Closed tompollard closed 6 years ago

tompollard commented 6 years ago

Minor update to display remarks in python interpreters, in addition to notebooks. _generate_remark_str now has an end_of_line argument. /n is used for strings and <br /> for html.