##// END OF EJS Templates
Shim IPython.nbformat so tests pass again
Shim IPython.nbformat so tests pass again

File last commit:

r20850:849943d9
r20894:49552ffe
Show More
__main__.py
3 lines | 91 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.qt.console.qtconsoleapp import main
main()