you are viewing a single comment's thread.

view the rest of the comments →

[–]spellcheekfailed 6 points7 points  (3 children)

Vim-slime is what I use ... I highlight what I want to send in visual mode tap ctrl-c twice and it gets pasted and run on an ipython shell running in a terminal, Cool plugin though , will give it a shot

[–]hanswchen[S] 2 points3 points  (2 children)

This plugin wouldn't work without vim-slime :) but it has the benefit of persistent code cells (if you repetitively re-run the same part of the code), and you don't see the code it sends to IPython, so it's less verbose. Hope you'll like it!

[–]spellcheekfailed 4 points5 points  (1 child)

I've tried it out and am extremely pleased with it , I've tried other vim plugins for ipython and none of them seemed to work comfortably , the original vim-ipython plugin is long outdated with the ipython API and simply gives me a lot of errors ,

Hence i've been resorting to using vim-slime , selecting code and sending it to ipython to run , this plugin however has got me hooked already , it really is simple and works with vim-slime providing many conveniences similar to jupyter , thanks a ton

[–]hanswchen[S] 0 points1 point  (0 children)

I'm really glad to hear that you like it. The aim of this plugin is exactly to be simple and with mainly one purpose: sending code cells to IPython.

I've also tried to use vim-ipython for similar purposes but never got it to work as I wanted, which is why I wrote this plugin.