vim-ipython-cell
vim-ipython-cell copied to clipboard
Seamlessly run Python code in IPython from Vim
If it possible to add a feature make it works when using visual mode?
I believe this issue: https://github.com/ipython/ipython/issues/13622, is preventing vim-ipython-cell to work with ipython==8.2.0. Due to issues with '%paste -q' and '%cpaste -q'. It works in ipython==8.1.1, so recommend using this version...
It would be great to have an `ac` that works on the current cell + header, and maybe an `ic` to work without the header. :+1: