-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Styler.to_latex
now doesn't manipulate the Styler
object.
#42323
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
BUG: Styler.to_latex
now doesn't manipulate the Styler
object.
#42323
Conversation
you can put in 1.3.0 for review purposes and move later. (after #42312) although there seems to be conda-incubator/setup-miniconda@v2 issues today which could slow down the ability to release |
if thats the case then not technically necessary for 1.3.0 (it fixes a feature that was added for 1.3.0) |
@meeseeksdev backport 1.3.x |
thanks @attack68 |
…pulate the `Styler` object.
Something went wrong ... Please have a look at my logs. |
…t manipulate the `Styler` object.) (#42327)
shouldn't the following render the output as Latex in a notebook?
|
@jreback I don't use LaTeX much in a notebook but I believe Jupyter uses MathJax to render and Mathjax does not support all LaTeX environements including tabular, so this just displays as text in a box. |
Styler.to_latex
permanently impactstable_styles
for successive calls #42320