【发布时间】:2017-11-04 22:27:14
【问题描述】:
在 Jupyter 笔记本中选择 run all、run all above 或 run all below 后,如何查看每个单元格运行的时间?
我的问题与Simple way to measure cell execution time in ipython notebook 不同,因为我想要所有单元格的运行时间,而不仅仅是一个。即,如果笔记本包含 10 个单元格,我想要 10 个运行时间。
【问题讨论】:
-
@vishes_shell 谢谢。我想要所有单元格,而不仅仅是一个。