在其他单元格中完成plt.plot()调用后,plt.show()为空
语境
我必须为物理任务编写Jupyter笔记本,并且必须绘制一些图形来显示一些量的变化等。
I have to explain almost each line of code I write by alternating between code and Markdown cells each time, including the plot() calls, which is where my problem comes from. In very simple terms, I have someth...