I am working with pandas DataFrames in python, so at the start of every notebook I typically load the module with
import pandas as pd
The layout of the DataFrames are very basic, and look something like this:
However, I have seen other users with DataFrames that have a nicer layout, typically alternating the background colours between white and light-grey.
Does anyone know how I can set up this layout by default?