Skip to content

Instantly share code, notes, and snippets.

@thepushkarp
Created November 15, 2021 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thepushkarp/f49e9d8a7e7d7de95b2cf3b61e0b109d to your computer and use it in GitHub Desktop.
Save thepushkarp/f49e9d8a7e7d7de95b2cf3b61e0b109d to your computer and use it in GitHub Desktop.
This snippet shows execution time for each cell in a Jupyter Notebook
try:
%load_ext autotime
except:
!pip install ipython-autotime
%load_ext autotime
# Reference: https://stackoverflow.com/a/66931419/10307491
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment