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
In the jupyter notebook, running the correct kernel you want the package to be installed, run
import sys !conda install --yes --prefix {sys.prefix} plotly
This installs plotly within the correct kernel.