An IPython extension that automatically measures and displays the execution time of every cell. Requires IPython/Jupyter. Version 0.3.2; last release 2024. Minimal and stable.
pip install ipython-autotimeNo compatibility data collected yet for this library.
Load the extension in IPython or Jupyter notebook. It will start timing all cells.
Ensure you are using IPython, Jupyter notebook, or JupyterLab. Do not run in plain Python interpreter.
If you need to exclude import overhead, move imports outside the timed cell.
For reproducible benchmarks, use %timeit or timeit module instead.
Update to 0.3.0+ or parse the new output format.
Run 'pip install ipython-autotime' and then use '%load_ext autotime' inside IPython/Jupyter.
First run '%load_ext autotime', then '%autotime' can be used (though usually you just load it).
Update to the latest version: 'pip install --upgrade ipython-autotime'
No dependency data recorded yet.