I’m using %%timeit in jupyter notebooks to get the execution time of my cell
whenever I run the cell the time is coming in microseconds, I want the time in seconds how can I achieve this?
whenever I run the cell the time is coming in microseconds, I want the time in seconds how can I achieve this?