Code as:
import matplotlib.pyplot as plt import seaborn as sns
However return as: ModuleNotFoundError: No module named 'seaborn'
Thank you for your help.
Code as:
import matplotlib.pyplot as plt import seaborn as sns
However return as: ModuleNotFoundError: No module named 'seaborn'
Thank you for your help.
are you running this inside of a virtualenv?
see this
Hi, thank you for your feedback. I was running through https://www.pythonanywhere.com/ Via iPad. I’ve installed seaborn in bash console. Thank you!
ok, thanks for letting us know!