[MRG] [ENH] Add css for pandas df#590
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 https://1221-25860190-gh.circle-artifacts.com/0/rtd_html/auto_examples/plot_3_capture_repr.html |
|
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.