##// END OF EJS Templates
only close all if there are any to close...
only close all if there are any to close avoids unnecessary gc on matplotlib < 1.4

File last commit:

r14009:6f019b30
r18122:d111920e
Show More
__main__.py
3 lines | 112 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.qt.console import qtconsoleapp as app
app.launch_new_instance()