holtzy / The-Python-Graph-Gallery

A website displaying hundreds of charts made with Python
https://www.python-graph-gallery.com
BSD Zero Clause License
1.87k stars 370 forks source link

add css for dataframe style #371

Closed JosephBARBIERDARNAL closed 4 months ago

JosephBARBIERDARNAL commented 4 months ago

I added some css in basic.css so that we can more use the df.head() code for tutorials because pandas df are now better looking.

Note:

Before

Screenshot 2024-04-11 at 09 57 19

After

Screenshot 2024-04-11 at 09 54 53
JosephBARBIERDARNAL commented 4 months ago

Question: do we need to re-run notebooks that have this?

holtzy commented 4 months ago

Nice!