##// END OF EJS Templates
Merge pull request #12367 from dalthviz/spyder_10329...
Merge pull request #12367 from dalthviz/spyder_10329 PR: Add handling for malformed pathext env var (Windows)

File last commit:

r21637:d1ce07b2
r25808:a481a42e 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__