12 2021 档案
摘要:from pyecharts.globals import CurrentConfig, NotebookType CurrentConfig.NOTEBOOK_TYPE = NotebookType.JUPYTER_LAB from pyecharts import options as opts
阅读全文
摘要:from pyecharts import options as opts from pyecharts.charts import Sankey node =[{'name': '内蒙古'}, {'name': '基里巴斯'}, {'name': '也门'}, {'name': '古巴'}, {'
阅读全文