##// END OF EJS Templates
Merge pull request #8062 from minrk/max-width-again...
Merge pull request #8062 from minrk/max-width-again another stab at confining images to page width

File last commit:

r20278:8f4dcac7
r21006:6c367e1e 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__