HHammond / PrettyPandas

A Pandas Styler class for making beautiful tables
http://prettypandas.readthedocs.org/
MIT License
415 stars 23 forks source link

Example doesn't print correctly #47

Closed s-celles closed 6 years ago

s-celles commented 7 years ago

Hello,

Example from https://github.com/HHammond/PrettyPandas/blob/master/Readme.md (see #46 ) doesn't print correctly on Jupyter.

See screenshot capture d ecran 2017-11-01 a 18 49 20

Kind regards

s-celles commented 7 years ago

PrettyPandas was installed using:

$ pip install git+https://github.com/HHammond/PrettyPandas
HHammond commented 7 years ago

I will take a look into it

HHammond commented 6 years ago

I think this is because of API changes in Pandas. I have a new PR that will fix this issue.

I've moved PrettyPandas to be less dependant on the underlying Styler object with https://github.com/HHammond/PrettyPandas/pull/48 and it will fix this issue.