在Jupyter笔记本中选择run all
,run all above
或run all below
后,如何查看每个单元格运行的时间?
我的问题与Simple way to measure cell execution time in ipython notebook不同,因为我想要所有单元格的运行时间,而不仅仅是一个单元格。即,如果笔记本包含10个单元格,我想要10个运行时间。
答案 0 :(得分:3)
安装并启用ExecuteTime nbextension:“显示每个单元何时被执行以及花费了多长时间”。
安装和配置的详细信息为here。
答案 1 :(得分:2)
我只相信魔法函数%%time