plotly.offline.iplot gives a large blank field as its output in Jupyter Notebook/Lab

前端 未结 8 1567
粉色の甜心
粉色の甜心 2020-12-17 09:17

I am trying to create a Sankey chart in a Jupyter notebook, basing my code on the first example shown here.

I ended up with this, which I can run without getting any

8条回答
  •  时光取名叫无心
    2020-12-17 09:47

    If none of these answers worked for you. Try this one

    just do this in conda prompt opened with administrator permission

    pip install pip --upgrade
    conda upgrade notebook or pip install notebook --upgrade
    
    conda install -c conda-forge ipywidgets or pip install ipywidgets
    
    

    You need to have the latest versions of jupyter notebook and ipywidgets.

提交回复
热议问题