What is required to use ipython in ironpython?

妖精的绣舞 提交于 2019-12-10 21:29:59

问题


I'd love to use IronPython to explore the .net runtime and libraries, but coming from CPython I miss IPython's completion and shortcuts.

Last time I checked IPython couldn't be used due to a lack of sys.getframe, but the latest beta versions included support for it.

Is there anything lacking?

Can one start to use IPython with IronPython, and if so, what must one do?


回答1:


There were some issues in 2.6 Beta 1 which prevented it from work - see http://lists.ironpython.com/pipermail/users-ironpython.com/2009-June/010590.html.

That issue is fixed in the latest sources (and 2.6 Beta 2 is coming real soon now w/ the fix as well). Someone just needs to give it a try and report back any additional issues or let us know if it works now.




回答2:


This would be beyond useful.



来源:https://stackoverflow.com/questions/1160501/what-is-required-to-use-ipython-in-ironpython

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!