You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize that neovim does not have a stable Windows GUI build yet and I would really like to use this plugin. I did manage to get VIM 7.4 and Ivanov's original to work on Windows with IPython 2.x. I would at least like to get VIM 7.4 working with IPython 3.x. Are there sections of your code that I could study to understand the changes that you made just from the IPython version 2 to version 3 standpoint? In other words, is Ivanov's work upgradable from the pure VIM standpoint or does it only work with neovim. I understand that the IPython team made some changes to the internal messaging that ipy-vim relied upon.
Thanks!
The text was updated successfully, but these errors were encountered:
See this commit for the relevant changes, which should be independent of the vim/neovim differences. (apart from the ThreadedKernelClient import which is neovim/async specific)
There is a PR at ivanov/vim-ipython#114 that perhaps does what you want for vim (I have not tried it, but it looks it makes the analogous chanes)
Hi,
I realize that neovim does not have a stable Windows GUI build yet and I would really like to use this plugin. I did manage to get VIM 7.4 and Ivanov's original to work on Windows with IPython 2.x. I would at least like to get VIM 7.4 working with IPython 3.x. Are there sections of your code that I could study to understand the changes that you made just from the IPython version 2 to version 3 standpoint? In other words, is Ivanov's work upgradable from the pure VIM standpoint or does it only work with neovim. I understand that the IPython team made some changes to the internal messaging that ipy-vim relied upon.
Thanks!
The text was updated successfully, but these errors were encountered: