##// END OF EJS Templates
Merge pull request #5007 from takluyver/pr-whatsnew-3...
Merge pull request #5007 from takluyver/pr-whatsnew-3 Update whatsnew doc from PR files

File last commit:

r11699:327c104f
r15021:48d11911 merge
Show More
other.ipynb
32 lines | 501 B | text/plain | TextLexer

This notebook just defines bar

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