lambdalisue/jupyter-vim-binding
GitHub で見るWorkaround to enable Copy/Paste with yy/p
Open
#23 opened on 2015年12月2日
enhancementhelp wanted
Repository metrics
- Stars
- (2,062 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
Copy and paste via yy and p is desired feature.
However, most of modern browser disallow javascript to access system clipboard.
I need some workaround to enable this while Jupyter usually started on locally so it should be able to tell browser to allow clipboard accessing.
Ref: https://github.com/lambdalisue/jupyter-vim-binding/issues/4