bash pip install pyecharts python from pyecharts.charts import Line python line = Line() python line.render("line_chart.html") bash python chart.py