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