This is my first question :|
I am currently running seaborn version 0.8.1 in Python3. How do I update to v0.9?
Announcing the release of seaborn 0.12 | by Michael Waskom | Sep, 2022 | Medium.
Check seaborn Version Windows To check which version of seaborn is installed, use pip show seaborn or pip3 show seaborn in your Windows CMD, command line, or PowerShell.
Many ways you could do it, the most succinct and straight-forward way may be:
pip install seaborn --upgrade
If that doesn't give you the correct version, you can specify it explicitly:
pip install seaborn==0.9.0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With