vim-ipython-cell
vim-ipython-cell copied to clipboard
iPython 8.2.0 not compatible with vim-ipython-cell
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 until it is fixed in ipython==8.2.0.
Thanks for the notice. I get the same ERROR! Session/line number was not unique in database. History logging moved to new session x
error message, but the code execution still seems to work. Is it the same for you?
I've added a line to the README about this issue.
The issue seems to be fixed in IPython 8.4.0. Can you still reproduce the issue?
EDIT: Nevermind, it seems like the issue's still here as well.
The issue seems to be fixed in IPython 8.4.0. Is it the same for you?
Still same for me
Same for me in IPYHON 8.4.0
This commit should fix the issue with the new release of 8.6.0.
I don't personally use this plugin, can anyone confirm?
This commit should fix the issue with the new release of 8.6.0.
I don't personally use this plugin, can anyone confirm?
@CosmosAtlas Many thanks for the fix. :) The error seems to be gone for %cpaste -q
, but I unfortunately still get an error when running %paste -q
:
In [2]: %paste -q
test
ERROR! Session/line number was not unique in database. History logging moved to new session 2188
$ ipython --version
8.6.0
The issue has now been fixed in the latest version of IPython (8.8.0 and newer). I have moved the information about this issue to the FAQ.