Closed
Description
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.
- One can get lucky if one is quick enough to hit the button before Jupyter is finished rendering the notebook.
- I could only reproduce this issue when the Jupyter Notebook is served via a port reroute (using iptables from port 443 or 80 to 8888) via web. On a local installation this does not happen.
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.