将绘图推迟到以下笔记本单元格

时间:2018-05-03 10:52:59

标签: matplotlib jupyter-notebook

我想要这个代码组织

# 1st cell showing my intentions
plt.plot(t, f(t))

(NO OUTPUT)

# 2nd cell with boring details
plt.xlabel(...)
...
plt.show()

(the plot with all the now interesting details)

因为我打算使用笔记本来制作幻灯片和/或pdf,使用的扩展名只允许隐藏输入单元格,这样我的读者才能看到 我希望展示我的代码 - 他们可以看看笔记本本身,看看幕后发生了什么......

我已经尝试了plt.hold(),但这不是我想到的......

0 个答案:

没有答案