Simply adding 2 lines of code to your notebook will change basic MatplotLib Charts from this:

Matplotlib Chart

to this:

Matplotlib Chart

And that’s done by adding these 2 lines:

import seaborn as sns
sns.set()