Table of Content
New ipython provides two ways to start ipython: Scripts\ipython.exe and Scripts\python-script.py.
This is shell setting:
cmd /k "c:\python27\Scripts\ipython" or cmd.exe /k "C:\Python27\python.exe C:\Python27\Scripts\ipython-script.py"
both working for me.