##// END OF EJS Templates
Fix %load files with trailing newline to qtconsole...
Fix %load files with trailing newline to qtconsole Closes gh-7485 This affected setting the next input to any string ending in a newline

File last commit:

r14009:6f019b30
r19972:52bc0c38
Show More
__main__.py
3 lines | 105 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.html import notebookapp as app
app.launch_new_instance()