##// END OF EJS Templates
Backport PR #5560: Minor expansion of Cython example...
Backport PR #5560: Minor expansion of Cython example This just adds a pure-python version of the Black-Scholes function for comparison with the Cython equivalent. I think this better demonstrates *why* you might want to use the Cython magic.

File last commit:

r14009:6f019b30
r16687:8168ccc9
Show More
__main__.py
3 lines | 112 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.qt.console import qtconsoleapp as app
app.launch_new_instance()