IPython workflow (edit, run)

后端 未结 13 1299
后悔当初
后悔当初 2020-12-04 06:30

Is there a GUI for IPython that allows me to open/run/edit Python files? My way of working in IDLE is to have two windows open: the shell and a .py file. I edit the .py file

13条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 07:14

    I want to suggest excellent plugin for vim that makes two-way integration between Vim and IPython: vim-ipython.

    From project page on http://github.com/ivanov/vim-ipython:

    Using this plugin, you can send lines or whole files for IPython to execute, and also get back object introspection and word completions in Vim, like what you get with: object? and object. in IPython.

    This plugin has one big limitation: it doesn't support python 3 (it's planned).

提交回复
热议问题