How to check Seaborn version in Jupyter Notebook

You can check the Seaborn version in Jupyter Notebook with the following code. I highly recommend you This book to learn Python.

import seaborn
print(seaborn.__version__)

Free Learning Resources

Leave a Comment

Your email address will not be published.