Is there a way to view a jupyter notebook in read only mode?
I'm trying to use a git repo to share notebooks and collaborate on analysis. The problem is the moment I open a co-workers notebook to review their work, the metatdata seems to be updated, causing an apparent diff to git. So, if I git pull to get an update to that notebook, I get a conflict.
The simplest option to avoid this would be to just "view" the notebook, rather than open it for editing. I'm wondering if there is a plugin or something that lets me do this.