Python3 juypterlab pyecharts 柱状图/条形图制作

1. 打开虚拟机,确保虚拟机中的mysql正常连接:

Python3 juypterlab pyecharts 柱状图/条形图制作

2.数据准备:

Navicat Premium正常连接虚拟机中的mysq,创建名为follow的数据库,再通过excel导入准备好的数据:

Python3 juypterlab pyecharts 柱状图/条形图制作

3.Navicat Premium中查询评分9.0分以上的10部电影名及其评分:

Python3 juypterlab pyecharts 柱状图/条形图制作

4. cmd开打jupyterlab,http地址复制到浏览器中:

Python3 juypterlab pyecharts 柱状图/条形图制作

5. jupyterlab中写入程序:

Python3 juypterlab pyecharts 柱状图/条形图制作

6. 运行程序:

Python3 juypterlab pyecharts 柱状图/条形图制作

 

7. 有些时候juputerlab中显示不出图形,可以用下面运行程序看图形是否生成:

Python3 juypterlab pyecharts 柱状图/条形图制作

Python3 juypterlab pyecharts 柱状图/条形图制作

上一篇:Spring源码阅读(一)、源码环境搭建


下一篇:jupyterlab部署到docker