Plotly in Jupyter issue

前端 未结 9 2558
暗喜
暗喜 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 03:59

    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.

提交回复
热议问题