0

I would like to automatically insert the statement %%time in beginning of every Jupyter cell.

How can I do that?

mommomonthewind
  • 4,390
  • 11
  • 46
  • 74
  • My answer https://stackoverflow.com/questions/53536092/import-py-flie-into-jupyter-notebook-line-by-line/53546796#53546796 to the other question is a good starter for your solution. – swatchai Dec 20 '18 at 08:37

1 Answers1

1

You could use execute_time Jupyter Notebook extension to view the time taken in execution for every cell. Read the instructions here.

enter image description here

Jithu R Jacob
  • 368
  • 2
  • 17