Skip to content

Latest ipython master complains of exceptions in df._repr_html_ #5922

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Jan 13, 2014 · 1 comment · Fixed by #6045
Closed

Latest ipython master complains of exceptions in df._repr_html_ #5922

ghost opened this issue Jan 13, 2014 · 1 comment · Fixed by #6045
Milestone

Comments

@ghost
Copy link

ghost commented Jan 13, 2014

ipython/ipython#4792

df.repr_html currently raises ValueError. if IPython agree to the
proposed behaviour, we'll change it to NotImplementedError to restore things to normal.

@ghost
Copy link
Author

ghost commented Jan 20, 2014

ipython/ipython#4832 resolves this and allows the error to be supressed
by users of older pandas using the standard mechanism in the python warnings module:

import IPython
warnings.filterwarnings('ignore',category=IPython.core.formatters.FormatterWarning)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants