##// END OF EJS Templates
Merge pull request #8405 from tacaswell/fix_ipython_directive...
Merge pull request #8405 from tacaswell/fix_ipython_directive FIX : flip atexit registration

File last commit:

r20278:8f4dcac7
r21329:6fce87c2 merge
Show More
other.ipynb
44 lines | 748 B | text/plain | TextLexer

This notebook just defines bar

InĀ [2]:
def bar(x):
    return "bar" * x