Py3k 和 IPython
我正在升级到 Python 3,但似乎找不到它的 IPython 版本。主要的 IPython 发布页面 没有列出任何合适的内容。任何让 IPython 为 Py3k 工作的帮助将不胜感激。
I'm moving on up to Python 3, but can't seem to find an IPython release for it. The main IPython release page doesn't list anything appropriate. Any help in getting IPython working for Py3k would be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 ipython dev 邮件列表
编辑:请参阅 Ipython 3 page - 现在(2011年1月)它说有一个Python 3版本,仅源代码版本
编辑:现在iPython 直接支持 python 3。
See the ipython dev mailing list
EDIT : see the Ipython 3 page - where now (Jan 2011) it says there is a version for python 3 in source code version only
EDIT: and now iPython supports python 3 directly.
Python 3 支持已经存在相当长一段时间了。您不需要不同的版本。 IPython 支持现代版本的 Python 2 和 3。您只需使用适当的解释器
python3 ipython.py
运行 IPython。您可以通过使用 Python3 解释器运行 setup.py 在 Python3 上安装 IPython。Python 3 support has been around for a fairly long time now. You don't need a different version. IPython supports modern versions of Python 2 and 3. You just run IPython with the appropriate interpreter,
python3 ipython.py
. You can install IPython on Python3 by running setup.py with your Python3 interpreter.