##// END OF EJS Templates
Make Lorenz differential equations example compatible with Python 3...
Make Lorenz differential equations example compatible with Python 3 Thanks to @franktoffel for pointing this out in #7350

File last commit:

r14009:6f019b30
r20173:65003d66
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.kernel.zmq import kernelapp as app
app.launch_new_instance()