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
Running following on command prompt solved my issue.
conda install -c https://conda.anaconda.org/plotly plotly
It is likely that the plotly installed via pip install is somehow not detected by Jupter.