##// END OF EJS Templates
Note use of -- for -i to behave like cpython...
Joel Nothman -
Show More
@@ -156,7 +156,10 b" frontend_flags['quick']=("
156
156
157 frontend_flags['i'] = (
157 frontend_flags['i'] = (
158 {'TerminalIPythonApp' : {'force_interact' : True}},
158 {'TerminalIPythonApp' : {'force_interact' : True}},
159 """If running code from the command line, become interactive afterwards."""
159 """If running code from the command line, become interactive afterwards.
160 It is often useful to follow this with `--` to treat remaining flags as
161 script arguments.
162 """
160 )
163 )
161 flags.update(frontend_flags)
164 flags.update(frontend_flags)
162
165
General Comments 0
You need to be logged in to leave comments. Login now