[IPython-dev] cell magics

Jason Grout jason-sage at creativetrax.com
Fri Feb 15 22:30:52 EST 2013


On 2/15/13 9:21 PM, Jason Grout wrote:
> %timeit(runs=10) 2+3
>
> which gets translated to time("2+3", runs=10)

Of course, I meant for it to get translated to timeit("2+3", runs=10)

Thanks,

Jason




More information about the IPython-dev mailing list