vimux-pyutils icon indicating copy to clipboard operation
vimux-pyutils copied to clipboard

using plugin with ipython console

Open januz opened this issue 12 years ago • 2 comments

Thanks for you plugin!

I wonder whether it would be possible to use it with the ipython console, where you don't need (or can use) %paste or %cpaste magic.

Ideally, it would look whether ipython is run normally or as a console and would execute the appropriate command (with vs. without using %paste).

januz avatar Jul 03 '13 17:07 januz

Sorry for the delay, didn't see this issue until today.

Maybe it's doable, but it requires a way to simulate a ctrl-c on the ipython qtconsole. I'm not quite sure if this is possible to do this in a cross-platform way. Or maybe ipython supports sending chunk of texts to the kernel directly ?

julienr avatar Apr 25 '14 14:04 julienr

Control-b also messes up scrolling for me too.

sneilan avatar Sep 28 '14 15:09 sneilan