##// END OF EJS Templates
fix typo in ssh launcher send_file...
fix typo in ssh launcher send_file would result in `ssh HOST mkdir -p HOST:~/.ipython/...`

File last commit:

r14009:6f019b30
r15964:2df62deb
Show More
cluster.py
3 lines | 115 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import ipclusterapp as app
app.launch_new_instance()