Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
ENH: Styler.to_latex(): conditional styling with native latex format #40422
ENH: Styler.to_latex(): conditional styling with native latex format #40422
Changes from 126 commits
bb501d3
6066449
6e2b788
2f74690
9c9405e
a6772e7
6505564
b25644f
2ba7e02
79b978b
ed8b405
f7d52f4
f35c7e1
521aee2
849656f
cce7285
26edba4
3d7c614
e2f0f0c
3243ed7
0decf2d
c8dc5e5
8c58538
5c9d50a
563aef6
99abe1c
5185f27
a824f13
f6211e8
b46a9af
7e3c5e1
80d3cac
9388dec
ccac263
de69c21
05f5b34
4d98615
f036d25
a9e0ce4
989278f
3a79966
9051bfe
938a0e8
0aed431
8af3c81
2e0aee6
5067ffc
ff4954e
d9836aa
5bdcb4e
6f4a44b
c211480
2d32556
816e62f
9c577ce
74721a8
7c7f0de
f381011
b9ff43d
2f5cdec
4eacb12
fd95e34
7126bda
25bcba9
5ec08d8
b74057b
a49deeb
228f146
44ead2d
0ae8c39
70067c7
3772cc8
19828c3
79ad3a6
03415e5
5697ff9
41760e0
92c11d1
6547c6d
3910fcf
0164d90
463a54b
4b7298f
47a31a9
c373bb6
8b00376
b1e230d
fd19d97
e31dba0
bdab13d
1074b62
394bc3a
034960f
8b62f8d
a0f1e79
2e714e9
38c62eb
f95c21e
c925958
2cc8ad2
7d962df
a6f6af2
dce66d6
8fc9f0b
bb4479b
e2ea5ae
518485d
d99245c
766ad49
ee92f37
b8e3418
2aca649
cf2f1e1
4d23e5e
1787084
9f71ac6
4c0d768
50afe1b
987b11d
5eee5e5
d271b0f
3675492
97aef70
f11ece9
2db0b17
a4e29b5
c9e27f5
e4c9f00
c00fece
c9f85ed
a406ff5
f3ce4ff
652c102
6c017c8
6f2f8a1
cbd189f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could maybe use
contextlib.nullcontext
or pass throughsparsify
to._render_latex
and handle there?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes good idea, would prefer to do this more generically as a follow-on: #41142 (logged an issue)