##// END OF EJS Templates
DOC : fixed minor error in using topological sort...
DOC : fixed minor error in using topological sort `topological_sort` is a function in `nx` not an instance method of a directed graph.

File last commit:

r14009:6f019b30
r16039:e7b2aad2
Show More
__main__.py
3 lines | 118 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import ipcontrollerapp as app
app.launch_new_instance()