Hi everybody. This is probably an stupid question because i suck at phyton but i need to work with plotly. The thing is i Installed Plotly as normal with pip (CMD), everything went fantastic but when running the command “import plotly” it just doesn’t work. I reinstalled Phyton and pandas. It’s everything literally just installed but it doesnt work. The error it ouputs is the following
ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 1
----> 1 import plotly
ModuleNotFoundError: No module named ‘plotly’
