Closed s-celles closed 6 years ago
PrettyPandas was installed using:
$ pip install git+https://github.com/HHammond/PrettyPandas
I will take a look into it
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.
Hello,
Example from https://github.com/HHammond/PrettyPandas/blob/master/Readme.md (see #46 ) doesn't print correctly on Jupyter.
See screenshot
Kind regards