Skip to content

ENC: better pandas typesetting in ipython nbconvert --to latex (updated) #11399

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
wants to merge 2 commits into from

Conversation

lmarti
Copy link

@lmarti lmarti commented Oct 21, 2015

New pull request with tests and comments. See #9821 for original PR.

lmarti and others added 2 commits April 6, 2015 15:37
Currently, when IPython notebooks are converted to latex, pandas `DataFrame`s are appear as raw (verbatim) text. One simple solution is to include a `_repl_latex_` function. I have tried this solution and works. See ipython/ipython#8261
@@ -21,6 +21,7 @@ Enhancements

- ``DataFrame.mask()`` and ``Series.mask()`` now support same keywords as ``where`` (:issue:`8801`)

- Added support for rendering DataFrames correctly when converting Jupyter/IPython notebooks to LaTeX (:issue:`9821`)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls move to 0.17.1 whatsnew

@jreback jreback added Output-Formatting __repr__ of pandas objects, to_string IO LaTeX to_latex labels Oct 21, 2015
@jreback jreback added this to the 0.17.1 milestone Oct 21, 2015
@jreback
Copy link
Contributor

jreback commented Nov 13, 2015

closing, pls reopen when updated

@jreback jreback closed this Nov 13, 2015
@jreback
Copy link
Contributor

jreback commented Nov 14, 2015

@lmarti you are being way too terse here and making me work too much.

when you are finally ready for review, pls ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO LaTeX to_latex Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants