Reputation: 18575
Frankly speaking, I want an integration of vim and IPython, and I know there is such a great vim plugin vim-ipython, I indeed tried this, but it doesn't work out on Windows7 and tried to make it work (non-trivial thing, little documentation about it, failed and gave up).
Now I want to know if it's possible to connect a running ipython kernel from vim and send code to it?
Upvotes: 1
Views: 1621
Reputation: 2124
I had something very similar running at some point. It's not a clean solution in a sense that there is no Vim/IPython integration (as far as I know given the way Vim core is written such integration is unlikely to happen) but it did work.
I think this will get the behavior you want. It's also agnostic to IPython and can be used with any REPL environment.
Upvotes: 4