Closed eriknw closed 3 years ago
I can confirm this fixes the issue I was seeing earlier today 👍
Thanks @eriknw!
My pleasure! Lmao, afar
is surprisingly fun to work on: "How I learned to stop worrying and love the [hacks]".
Thanks again for giving this a try and caring enough to raise issues :)
Fixes #10. This is a pretty narrow fix that only applies to time and timeit.
@jrbourbeau care to give this a try, or should I just cut a release and hope for the best?
Testing notebooks is on my TODO list (and I want it to count towards line coverage too). I'll be sure to add
%%time
and%%timeit
. I figured the line magic%time
wasn't worth supporting.