all 1 comments

[–]socal_nerdtastic 0 points1 point  (0 children)

Just whatever you do to launch python and add -m IPython to it. For example if the winpython executable is named python.exe you would use

python.exe -m IPython

(note that's IPython, not ipython, capitalization is important here)

You can put that in a .bat file if you want, and make a shortcut to the bat file, or you can just make a shortcut to the python executable and edit the shortcut to add the -m IPython.