How to install Seaborn

1 min

Seaborn is a fantastic data visualization built on Matplotlib.

It extends Matplotlib data analysis capabilities.

Here is how to install it

pip3 install seaborn
installing seaborn using pip3

Here you are, you should be able to use it now!

More on seaborn

If you want to know more about how to use Seaborn, etc... check out the other articles I wrote on the topic, just here :

Seaborn - The Python You Need
We gathered the only Python essentials that you will probably ever need.