##// END OF EJS Templates
mpl mathtext doesn't support display math...
mpl mathtext doesn't support display math force display math into inline

File last commit:

r18669:b6d2fd61
r19564:2d287115
Show More
mynotebook.ipynb
50 lines | 775 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__