You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it blew up with the following warning:
OSError: 'seaborn' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in style.available)
And when I try to see the full list of available styles running the following line in terminal, the output is: -bash: import: command not found. >>> import matplotlib.pyplot as plt
Does anyone know the reason why?
The text was updated successfully, but these errors were encountered:
When I try to use the seaborn style the same way as example showed on the book Python Crash Course:
it blew up with the following warning:
OSError: 'seaborn' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in
style.available
)And when I try to see the full list of available styles running the following line in terminal, the output is: -bash: import: command not found.
>>> import matplotlib.pyplot as plt
Does anyone know the reason why?
The text was updated successfully, but these errors were encountered: