##// END OF EJS Templates
Prevent %cpaste example from running in test suite (hangs)....
Prevent %cpaste example from running in test suite (hangs). The example for %cpaste is OK, but shouldn't be executed as a doctest because it hangs waiting for input.

File last commit:

r3069:7321b392
r3368:221c7c68
Show More
ipython-qtconsole
6 lines | 110 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from IPython.frontend.qt.console.ipythonqt import main
main()