Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tips for getting this to work on Windows with VIM 7.4 and IPython 3? #4

Closed
reckoner opened this issue Mar 13, 2015 · 2 comments
Closed

Comments

@reckoner
Copy link

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!

@bfredl
Copy link
Owner

bfredl commented Mar 13, 2015

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)

@bfredl
Copy link
Owner

bfredl commented Jun 6, 2015

Seems this was fixed in "upstream" vim-ipython now.

@bfredl bfredl closed this as completed Jun 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants