##// END OF EJS Templates
remove unnecessary 'js' subdir from services...
remove unnecessary 'js' subdir from services part of the point of services is that they are just code, so they won't have js/less/etc. files.

File last commit:

r14009:6f019b30
r18422:b12e9e0d
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()