##// END OF EJS Templates
remove application/pdf->pdf transform in javascript...
remove application/pdf->pdf transform in javascript We have the old transforms because they were added before we realized it was a bad idea. We should not add new ones.

File last commit:

r14009:6f019b30
r15345:bccf42bd
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()