Tutorial - 2 out of 2 videos.
Traceback (most recent call last): File "main.py", line 3, in import seaborn as sns ModuleNotFoundError: No module named 'seaborn'
@GeditEdger There might be a problem with the installation of libraries on Repl.it. Try to do that manually or build your own Repl and type in the code in order to practice.
Traceback (most recent call last):
File "main.py", line 3, in
import seaborn as sns
ModuleNotFoundError: No module named 'seaborn'
@GeditEdger There might be a problem with the installation of libraries on Repl.it. Try to do that manually or build your own Repl and type in the code in order to practice.