In [2]:
from time import sleep
sleep(60)
---------------------------------------------------------------------------
KeyboardInterrupt Traceback (most recent call last)
<ipython-input-2-aa2022104f9a> in <module>
1 from time import sleep
----> 2 sleep(60)
KeyboardInterrupt:
Content source: nteract/papermill
Similar notebooks: