Skip to content
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

Fix cell removing after copying of freezed cell #1006

Merged
merged 2 commits into from
Jun 16, 2017

Conversation

aminought
Copy link
Contributor

If you freeze cell, then copy it, paste, unfreeze and try to delete, you will be unable to do that. I don't know why, but after copying jupyter adds 'deletable' property and in this case it is 'false'. I fixed it with handling of 'deletable' property.

@jcb91
Copy link
Member

jcb91 commented Jun 16, 2017

Thanks! I have a feeling that setting editable false with notebook also implicitly sets deletable false, and freeze isn't handling the un-freezing correctly, as you've found. For future-proofing, I guess we ought to use the notebook-provided functions when they're available...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants