jupyter-vim-binding icon indicating copy to clipboard operation
jupyter-vim-binding copied to clipboard

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

Open ananthp opened this issue 6 years ago • 5 comments

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

  • [ ] Operating system : Ubuntu 17.10 (Gnome)
  • [ ] Web browser : Firefox 59.0.2
  • [ ] Jupyter Notebook : 5.4.1
  • [ ] jupyter-vim-binding : v2.1.0

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.

ananthp avatar Apr 15 '18 07:04 ananthp

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 )

pollenjp avatar Sep 02 '18 14:09 pollenjp

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.

lambdalisue avatar Sep 03 '18 04:09 lambdalisue

@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.

pollenjp avatar Sep 03 '18 12:09 pollenjp

@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.

QijinYin avatar Apr 13 '19 07:04 QijinYin

@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.

ananthp avatar May 05 '19 13:05 ananthp