Plotly in Jupyter issue

前端 未结 9 2559
暗喜
暗喜 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条回答
  •  萌比男神i
    2021-02-13 04:15

    I found the solution by going through the directories. pip install is installing in default python lib folder, a more in-depth answer is here.

    https://stackoverflow.com/a/48774224/9176740

提交回复
热议问题