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

前端 未结 8 1621
粉色の甜心
粉色の甜心 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:49

    For me helped change notebook to Trusted (this enabled Javascript and give plotly way to build graph into the jupyter notebook.).

    This option you can found here:

提交回复
热议问题