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.
Install and enable ExecuteTime nbextension: "Display when each cell has been executed and how long it took".
Installation and configuration details are here.
I believe only by putting magic function %%time
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With