-
Notifications
You must be signed in to change notification settings - Fork 210
[MRG] [ENH] Add css for pandas df #590
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
Conversation
|
I like the second one (no border) |
|
Manually adding |
This probably comes from One we can modify is If you want to modify it for all downstream projects (and SG's doc build, too), change |
Codecov Report
@@ Coverage Diff @@
## master #590 +/- ##
==========================================
+ Coverage 97.63% 97.63% +<.01%
==========================================
Files 29 29
Lines 3000 3002 +2
==========================================
+ Hits 2929 2931 +2
Misses 71 71
Continue to review full report at Codecov.
|
|
I was adding the CSS to Anyway adding |
|
@lucyleeow it looks like you did not commit the |
|
FWIW I really like the change, +1 once the border is fixed :-) |
|
Got it working, see here. |
|
Thanks @lucyleeow ! |

closes #544
Added CSS for pandas df, copied from nbsphinx (suggested here: #544 (comment)).
I can include a border:

Or remove the black border:

The latter makes it look exactly like in jupyter notebook:

Note that rows become highlighted in light blue on hover, just like in notebooks.