windows 7 - How do I start ipython's qtconsole cleanly on Win7 -


i have python 3.4 , ipython 2.3.1 installed on windows 7. installed ipython using pip wheel http://www.lfd.uci.edu/~gohlke/pythonlibs/ (thanks, chris!). install procedure not create start menu shortcuts, when run administrator. can run "ipython qtconsole" cmd window, have have command window open , process doesn't fork--it's , window hosting child process. if create shortcut same, opens cmd window opens qtconsole.

so, how start qtconsole without having cmd window? in previous versions, invoke python run ipython-console script, seems done away now, in favor of dedicated exe appears same...but waits finish. there way can start qtconsole without waiting?

i found here, , tried few things , hence found if typed in run window

c:\python27\pythonw -c "import ipython; ipython.start_ipython(['qtconsole'])" 

i guess should work shortcuts.

p.s: using python 2.7.9 ipython 3.0.0 on windows 7


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -