options "--read-only" Ipython Notebook

ipython, jupyter-notebook

Solution

Yes the option was removed, it might be re-introduced in another form later when nbconvert/nbviewer is refined, but you better run your own local instance of nbviewer to this effect.

Problem

I can't run my ipython notebook with the --read-only option. It says : ``` [NotebookApp] CRITICAL | Unrecognized flag: '--read-only' ``` It's weird because I've seen several blog mentionning it. I'm running with the 1.1 version of ipython. Do you know if this option was removed or moved elsewhere?

Original source