jupyter notebook time code example
Example: time it in jupyter notebook
%%time
# to get a cell executation time
# put %%time at the very start of the cell
%%time
# to get a cell executation time
# put %%time at the very start of the cell