##// END OF EJS Templates
Add a pure-python version of the Black-Scholes function for comparison with the Cython equivalent
Add a pure-python version of the Black-Scholes function for comparison with the Cython equivalent

File last commit:

r16113:87737521
r16222:12e76d76
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__