I am trying to import seaborn into python (using 2.7) using the following code:
import matplotlib.pyplot as plt import seaborn as sns import pandas as pd imp
I had the same problem and I am using iPython. pip or conda by itself did not work for me but when I use !conda it did work.
!conda install seaborn