##// END OF EJS Templates
Merge pull request #5496 from takluyver/docs-dont-build-pr...
Merge pull request #5496 from takluyver/docs-dont-build-pr Exclude whatsnew/pr directory from docs builds

File last commit:

r16113:87737521
r16162:6d24eae3 merge
Show More
mynotebook.ipynb
58 lines | 997 B | text/plain | TextLexer

My Notebook

In [1]:
def foo():
    return "foo"
In [2]:
def has_ip_syntax():
    listing = !ls
    return listing
In [4]:
def whatsmyname():
    return __name__