Jupyter notebook中下载Pyecharts

首先打开图中圈出得部分 OPen Terminal

输入pip  install  pyecharts  -i  http://pypi.douban.com/simple/  --trusted-host  pypi.douban.com

此时进入notebook

运行from pyecharts.charts import Bar
若运行错误

则返回上一步 再次输入pip install pyecharts

此时运行成功

原文地址:https://www.cnblogs.com/LiQingXin/p/12896401.html