Jupyter在用matplotlib画图的时候会产生图片不显示在页面中解决方法:%matplotlib inlineimport matplotlib.pyplot as plt plt.plot() plt.show()