pip install ipython-autotime
Then in the first cell run
%load_ext autotime
It just gives 1 time not 4 times like %time
seems to be giving but this is more convenient.
pip install ipython-autotime
Then in the first cell run
%load_ext autotime
It just gives 1 time not 4 times like %time
seems to be giving but this is more convenient.