Replies: 1 comment 1 reply
-
Interesting, I don't believe that I've looked before at how Jupyter handled the cutting / pasting of cells (regarding the clipboard). If you don't mind, I'm going to transition this discussion to a new feature request issue. Seems reasonable for us to consider this as a work item (discussions are more for taking about usage of the product, this seems like a possible fix, and I'm worried we'll lose track of it here). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In vscode when copying/cutting cell(s) in command mode, it affects the clipboard (putting the cell contents in clipboard).
I hope it behaves (or provides an option to behave) the clipboard doesn't change, which is the default behavior of jupyter notebook.
A sample use cases is to duplicate a cell and change some strings/variables of the duplicated cell.
(Will this affect copying and pasting cells across notebooks, #1480?)
Beta Was this translation helpful? Give feedback.
All reactions