##// END OF EJS Templates
Merge pull request #5112 from minrk/completion-band-aid...
Merge pull request #5112 from minrk/completion-band-aid Band-aid for completion in the notebook: not the ideal solution, but will have to do the job for now so that typing while completing works. closes #4860

File last commit:

r14009:6f019b30
r15433:e18be792 merge
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()