开发者

How do you get iPython to run on Console2? [closed]

开发者 https://www.devze.com 2023-03-22 16:02 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

How do you really get iPython to run on Console2? The instructions on the iPython site are not correct: http://ipython.scipy.org/moin/IpythonOnConsole. (it says the She开发者_如何学JAVAll needs to be set to: cmd.exe /k "ipython") I verified that python.exe is in my Path, etc. and I still get errors when I open an iPython tab saying ipython is not recognized.


I figured it out: the Shell in the tab settings actually needs to be set to this:

cmd.exe /k "<my python path>\Scripts\ipython.py -p sh"

Where "< my python path >" is the dir of your python installation, such as "C:\Python26".

I added a page to the new wiki and added a link to it in the cookbook.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号