tarmstrong/nbdiff

The notebook has been saved alert pops up at random times

Closed this issue · 4 comments

^title. I suspect that is due to the automatic checkpoints the iPython notebook is doing.

Which browser are you using, out of curiosity? I can't figure out how to make this happen on my copy.

Firefox. Try editing a cell or moving a cell. Then, wait a bit

Yup, that does it.

If you add

IPython.notebook.set_autosave_interval(false);

To NBDiff.init(), does that get rid of the problem?

Yes, it looks like that fixes it.