After I select run all
, run all above
, or run all below
in a Jupyter notebook, how can I view how much time each cell took to run?
My question is different from Simple way to measure cell execution time in ipython notebook as I want the running times for all cells, not just one. I.e., if the notebook contains 10 cells I want 10 running times.