OK. I am just trying to understand how to make Min RK's solution above 
work. I actually don't care about having a user interface for this setting.

My understanding of his solution was to create a text file with this 
content:

require(['base/js/namespace', 'base/js/events'], function (IPython, events) 
{
  events.on("notebook_loaded.Notebook", function () {
    IPython.notebook.minimum_autosave_interval = 0; // disable autosave

  });
});

Call it custom.js, and put into ~/.jupyter/custom
I did this, and it does not seem to work. Note: I am on macOS and using 
Anaconda.

One thing that is strange: the ~/.jupyter folder is almost empty, it 
contain only a single file called migrated.

So are the instructions obsolete? Could somebody help make this work?

Thanks,
DG

-- 
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/b335ae38-6edf-49a9-8146-874152f76bd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to