官网:http://pyecharts.org
Github:https://github.com/pyecharts/pyecharts/
在官网中可以获得比本文更详细的pyecharts库的使用方法。
下面代码的开发环境为jupyter notebook,使用在jupyter notebook中的截图表示运行结果。
打开cmd,在cmd中使用pip命令安装pyecharts库,如下所示:
pip install pyecharts -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
其中-i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
是使用阿里云作为下载源,可以极大加快下载速度。如果安装失败,请在cmd中运行命令:pip install pytest-runner
。然后再次使用pip安装pyecharts库。