Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Seaborn come with Anaconda?

I am trying to play around with Seaborn on Spyder (installed as part of Anaconda).

import seaborn as sb

returns:

ImportError: No module named seaborn This despite the Anaconda website listing seaborn as one of the default packages and the seaborn site saying that Anaconda is the easiest way to get the package.

What am I doing wrong?

like image 991
Alex Kinman Avatar asked Aug 15 '16 22:08

Alex Kinman


2 Answers

Since version 4.3.0 dated 2017-01-31, Anaconda comes with seaborn installed by default. Try upgrading your Anaconda installation.

like image 54
Rory Daulton Avatar answered Sep 19 '22 15:09

Rory Daulton


For those using GUI (navigator), select Environments > root. On the right is a list of packages - installed, not installed, etc.

Select "not installed", search for seaborn. If it appears, then click the row, and select Apply button at bottom of that page.

If it doesn't appear, then something else is wrong with your install.

Hope that helps.

like image 27
Mike S. Avatar answered Sep 23 '22 15:09

Mike S.