Plotly in Jupyter issue

前端 未结 9 2372
暗喜
暗喜 2021-02-13 03:47

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         


        
9条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-13 04:01

    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.

提交回复
热议问题