Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 482 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 482 Bytes

axil-autotime

An improved version of ipython-autotime by Phillip Cloud:
    – uses better timer function on windows;
    – ignores function and class definitions.

Installation:

$ pip install axil-autotime

Usage

Run %load_ext autotime to load the extension.

Want to turn it off?

In [7]: %unload_ext autotime