Loading [MathJax]/extensions/AssistiveMML.js
##// END OF EJS Templates
Add failing test for running %run -d twice
r22983:11b3db25
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__