notebook.community
Edit and run
In [4]: import testing
import testing
In [7]: testing.blowup(123)
testing.blowup(123)
blown up 2!
In [6]: reload(testing)
reload(testing)
Out[6]: <module 'testing' from 'testing.py'>
<module 'testing' from 'testing.py'>
In [ ]: