seaborn installation¶
With Spack you can install seaborn in your kernel, for example with:
$ spack env activate python-311
$ spack install py-seaborn
Alternatively, you can also install seaborn with other package managers, for example with Pipenv.
Note
If you have not yet installed pipenv, you can find instructions on how to do this in Pipenv installation.
$ pipenv install seaborn
You can check the installation with
>>> import seaborn as sns