Error importing Seaborn module in Python
I had faced the same problem. Restarting the notebook solved my problem.
If that doesnt solve the problem, you can try this
As @avp says the bash line pip install seaborn should work I just had the same problem and and restarting the notebook didnt seem to work but running the command as jupyter line magic was a neat way to fix the problem without restarting the notebook














