##// END OF EJS Templates
Merge pull request #11593 from Carreau/ast-38...
Merge pull request #11593 from Carreau/ast-38 Mock the new module API on <38 and ignore second argument.

File last commit:

r21637:d1ce07b2
r24935:542cc5a4 merge
Show More
mynotebook.ipynb
69 lines | 1.1 KiB | 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__