-
Notifications
You must be signed in to change notification settings - Fork 5k
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
"Make a copy" no longer works on read-only notebooks #2541
Comments
I'm not sure why the port rerouting would affect it, but if the JS considers that the notebook is dirty (changed since last save), it tries to save it before copying. I think the issue is likely that when the kernel starts, it updates the kernel metadata and marks the notebook as dirty. Maybe we should just not count that change as dirty-ing the notebook. |
Yes I'm not too sure about the influence of port reroute myself. I tested it again disabling the reroute to port 443 and accessing it directly via the default port 8888 gives the same (non-working) result. |
Just tested it again and the issue is still present. |
Yeah, we have a few 'save first' actions (trust was just addressed recently in #2718) that should probably be "save first unless readonly". |
I'll check this. |
Any update on this issue? |
notebooks Should close jupyter#2541
Excellent, thanks! |
When editing a read-only jupyter notebook (made read-only via file system) I noticed that I can no longer use the "Make a copy" feature. All that happens is that a new empty tab is opened.
I played a bit around to find out when this happens exactly.
As a note this did not use to be an issue like half a year ago were I ran the same set of Jupyter Notebooks with the exact same set up. I can be sure of that since I used the same docker setup.
I can supply a running live server where this can tested out if needed.
The text was updated successfully, but these errors were encountered: