Pyecharts

https://zhuanlan.zhihu.com/p/95625996

https://www.jianshu.com/p/6004f298ae5e

https://github.com/pyecharts/pyecharts

  1. 源码安装
# pip 安装
# 安装 v1 以上版本
$ pip install pyecharts -U


#源码安装
$ git clone https://github.com/pyecharts/pyecharts.git
$ cd pyecharts
$ pip install -r requirements.txt
$ python setup.py install


posted @ 2020-11-29 16:26  该显示昵称已被使用了  阅读(81)  评论(0编辑  收藏  举报