##// END OF EJS Templates
Public server firewall configuration...
Public server firewall configuration Added section on firewall configuration. This should prevent users (like me) from struggling to figure out why their servers aren't executing code.

File last commit:

r14009:6f019b30
r18943:c128d1bd
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()