摘要: 画出某城市11点到12点1小时内每分钟的温度变化折线图,温度范围在15度~18度 import matplotlib.pyplot as plt import random # 画出温度变化图 # 0.准备x, y坐标的数据 x = range(60) y_shanghai = [random.un 阅读全文
posted @ 2021-01-21 17:43 ziyuliu 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 安装jupyter_contrib_nbextensions库 安装该库的命令如下: python -m pip install jupyter_contrib_nbextensions 然后执行: jupyter contrib nbextension install --user --skip- 阅读全文
posted @ 2021-01-21 17:16 ziyuliu 阅读(432) 评论(0) 推荐(0) 编辑