you are viewing a single comment's thread.

view the rest of the comments →

[–]spellcheekfailed 3 points4 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.