I installed plotly.py to work some plots using Jupyter but I cannot import it.
! pip install plotly --upgrade Requirement already up-to-date: plotly in c:\\pytho
I found the solution by going through the directories. pip install is installing in default python lib folder, a more in-depth answer is here.
https://stackoverflow.com/a/48774224/9176740