Created
November 15, 2021 11:34
-
-
Save thepushkarp/f49e9d8a7e7d7de95b2cf3b61e0b109d to your computer and use it in GitHub Desktop.
This snippet shows execution time for each cell in a Jupyter Notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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