##// END OF EJS Templates
Downplay the need for pyreadline on Windows....
Downplay the need for pyreadline on Windows. Closes gh-4544

File last commit:

r11699:327c104f
r13891:08bf31c5
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__