On Monday, January 4, 2016 at 10:20:06 AM UTC+1, Min RK wrote:
>
>
>> 2) Is it possible to turn off Auto Save by default?
>>
> Yes, in ~/.jupyter/custom/custom.js:
>
> require(['base/js/namespace', 'base/js/events'], function (IPython, events) {
>   events.on("notebook_loaded.Notebook", function () {
>     IPython.notebook.minimum_autosave_interval = 0; // disable autosave
>
>   });
> });
>
> -MinRK
>

It does not work for me. I use Jupyter 4.1.1 and if I change a cell then 
the file is changed even if I don't save. I would have expected just 
changes in the  .ipynb_checkpoints directory but no, my file is changed 
which is a real pain with git.

BTW I still have autosave : Last Checkpoint: an hour ago (autosaved)
If setting minimum_autosave_interval = 0 means disable autosave, maybe I 
should not see (autosave) next to the title.

Please tell me there is a solution, I need both Jupyter and git! Now I do 
git checkout ten times a day, it is painfull.

Olivier.

> ​
>

-- 
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/7d392f48-601c-4dc5-974a-2058e9cbb24b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to