python – plotly.offline.iplot给出一个大的空白字段作为输出 – 为什么?

我试图在Jupyter笔记本中创建一个Sankey图表,我的代码基于 the first example shown here. 我最终得到了这个,我可以运行而不会出现任何错误: import numpy as npyimport pandas as pdimport plotly as plyply.offline.init_notebook_mode(connected=True)

返回顶部