Plotly in Jupyter issue

前端 未结 9 2316
暗喜
暗喜 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:15

    probably it is a venv issue. Try starting jupyternotebook as follows and install plotly from whithin which will ensure that you are running jupyter from your environment.

    python -m jupyter notebook
    

提交回复
热议问题