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
Install the cufflinks library along with the plotly.
pip install plotly pip install cufflinks
This solved the plotly no module error on the Jupyter notebook.