##// END OF EJS Templates
Format command name into subcommand_description at run time, not import...
Format command name into subcommand_description at run time, not import This caused an issue if IPython was imported after sys.argv was set to [].

File last commit:

r14009:6f019b30
r16494:46d1eb9b
Show More
__main__.py
3 lines | 114 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import ipengineapp as app
app.launch_new_instance()