lambdalisue / jupyter-vim-binding

Jupyter meets Vim. Vimmer will fall in love.
2.1k stars 136 forks source link

Copy-Paste cells between notebooks doesn't work in Firefox #126

Open ananthp opened 6 years ago

ananthp commented 6 years ago

Summary

I'm unable to copy-paste cells between notebooks in Firefox. (Works in Chrome, and works in firefox if I disable vim-binding extension)

Environment

Remarks

I'm using Ctrl-C, Ctrl-V to copy-paste. yy and p yanks and pastes cells within a notebook only in any case.

pollenjp commented 6 years ago

I can't copy-paste cells, too! So, I deal with it by temporarily disabling "jupyter-vim-binding". You need reload browser but don't have to shutdown notebooks (Maybe difficulty in having running cells). More detailed, check this README.md link. ( If no pages - fix commit )

lambdalisue commented 6 years ago

How do you copy cells (or a cell?) between notebooks (tab/window?) without this plugin? Jupyter couldn't do that as well when I made this plugin so I'm not familiar with that feature. I guess there is a room to enable that feature with this plugin once I fully understand that.

pollenjp commented 6 years ago

@lambdalisue Thank you for your reply. My link show how I copy and paste cells between notebooks without vim-binding (GIF). As you say, this function is added at Jupyter Notebook 5.0. https://stackoverflow.com/a/43229537/9316234 I don't know why it doesn't work on Firefox and work on Chrome.

QijinYin commented 5 years ago

@ananthp Hello! It seems that Ctrl-C is failed for me to copy the cells, since it's redirect to interrupt the kernel in chrome in jupyter-vim-binding. But Ctrl-V works well. I't any setting I need to change ?

btw, I use Window 10.

ananthp commented 5 years ago

@QijinYin I don't remember changing any setting to make Ctrl-C work. Sorry, I don't have the same setup now to try and verify.