tommikaikkonen / prettyprinter

Syntax-highlighting, declarative and composable pretty printer for Python 3.5+
https://prettyprinter.readthedocs.io
MIT License
336 stars 20 forks source link

Support _repr_pretty_ #6

Closed tommikaikkonen closed 6 years ago

tommikaikkonen commented 6 years ago

Work in progress, but seems to work quite well.

Setup:

from prettyprinter import install_extras
install_extras(['ipython_repr_pretty'])

Example with patsy from #3

repr_pretty_patsy