Although ipython-autotime
package can display the running time of every cell, using the following code
!pip install ipython-autotime %load_ext autotime
I couldn't find a way to store it in a variable.
I am trying to find a way to store the running time of all cells to variables, and finally export the values for tabulation.
You can use the time module to do the same task but in a different fashion.