swc-windows-installer.py: Simplify `ipython` wrapper
authorW. Trevor King <wking@tremily.us>
Wed, 20 Mar 2013 22:42:49 +0000 (18:42 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 21 Oct 2013 03:55:18 +0000 (20:55 -0700)
commit482f838f7479aa7658a211a8ce7e46e55ddd365d
tree0534e984c412aa2956face293e3441dc9977346f
parent1e43ac6d5f23aa2b5fe36b15cfd9a7c1077b8f6a
swc-windows-installer.py: Simplify `ipython` wrapper

This matches my system's `/usr/bin/ipython-2.7`, and is the hook
defined in IPython's setupbase.py:

  'ipython%s = IPython.frontend.terminal.ipapp:launch_new_instance'

This should handle the 'notebook' option internally.
setup/swc-windows-installer.py