##// END OF EJS Templates
run iptest in Dockerfile...
run iptest in Dockerfile and install sphinx with apt, since it's super slow because of 2to3

File last commit:

r14009:6f019b30
r18012:ee07fd16
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.kernel.zmq import kernelapp as app
app.launch_new_instance()