options "--read-only" Ipython Notebook

Viewed 2888

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?

2 Answers

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.

Related