-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy / Paste of cells in new notebook editor links them #1228
Comments
@IanMatthewHuff was investigating this as part of GA but I can't repro, was there anything special you did to get this to happen? |
@joyceerhl Nope, just a copy / paste of a cell using the cell copy jupyter keyboard commands. Don has made some changes since then, so might have been fixed. |
I'm not able to repro this. I'll move it to validate and @IanMatthewHuff please check if you can repro it again. I think it might already be fixed. |
Validated |
Pretty sure this is not intentional. When I copy a cell and then paste it, the two cells are then linked. They have the same execution count and typing in one also edits the other. So I can't copy a cell and then edit the copy with some changes. It's also causing some strange hover issues.
The text was updated successfully, but these errors were encountered: