When you change the notebook files’ permissions, jupyter’s auto-save doesn’t touch them:
chmod a-w *.ipynb
Then jupyter goes into read-only mode:
When you change the notebook files’ permissions, jupyter’s auto-save doesn’t touch them:
chmod a-w *.ipynb
Then jupyter goes into read-only mode: