##// END OF EJS Templates
Allow run_line_magic to be called from scripts...
Allow run_line_magic to be called from scripts Don't blow up if looking back up the stack trace fails. Reported on rpy2: https://bitbucket.org/lgautier/rpy2/issue/184 /valueerror-call-stack-is-not-deep-enough

File last commit:

r14009:6f019b30
r18937:7dc7169c
Show More
__main__.py
3 lines | 118 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import ipcontrollerapp as app
app.launch_new_instance()