I would like to automatically insert the statement %%time
in beginning of every Jupyter cell.
How can I do that?
I would like to automatically insert the statement %%time
in beginning of every Jupyter cell.
How can I do that?
You could use execute_time Jupyter Notebook extension to view the time taken in execution for every cell. Read the instructions here.