##// END OF EJS Templates
Merge pull request #12346 from meeseeksmachine/auto-backport-of-pr-12305-on-7.x...
Merge pull request #12346 from meeseeksmachine/auto-backport-of-pr-12305-on-7.x Backport PR #12305 on branch 7.x (Fix ipython#11508: check if line_buffer is None)

File last commit:

r21637:d1ce07b2
r25771:0cf8ac5a 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__