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
it worked for 4, win10, anaconda
You can try using Seaborn. It works for both 2.7 as well as 3.6. You can install it by running:
pip install seaborn
I got same issue with Seaborn. I uninstalled python, anaconda and reinstalled anaconda 4.1.1 with python 3.6. After that installed seaboarn again
conda install seaborn
And it worked. If you are still facing issue, I would recommend you doing this.