I am now totally confused.
Here's a way to check what the autosave interval is:
%%javascript
var nb = Jupyter.notebook;
var interval = nb.minimum_autosave_interval
nb.kernel.execute("NB_interval = '" + interval + "'");
This put 10000 into the variable NB_interval. It must be some default vale.
Then, I tried changing the autosave interval to 0 with:
%%javascript
var nb = Jupyter.notebook;
var interval = nb.minimum_autosave_interval = 0;
Previous script confirms NB_interval is not 0.
Well, even now, autosave is still on. WTF?
--
You received this message because you are subscribed to the Google Groups
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jupyter/61fb06a0-5cd7-4c46-a56c-e0c4613b897c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.