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
To import seaborn, sklearn and plotly on jupyter notebook first run this on terminal for python "pip install ipykernel", for anaconda "conda install ipykernel" or "python -m ipykernel install"