notebook.community
Edit and run
This notebook should build.
In [4]: from lib import *
from lib import *
In [7]: if example_function(): print 'Success!'
if example_function(): print 'Success!'
Success!