You can check the Seaborn version with the following code. First, import the Seaborn library. I highly recommend you “Python Crash Course Book” to learn Python.
# Import the Seaborn library as sns import seaborn as sns # Display the Seaborn version print(sns.__version__)