This hasn't worked for me either, and I manage many repos where checkpoint files are dirty admin crud that I have to manually discard from commits every day. Has anyone found a solution?!?!?
On Thursday, August 11, 2016 at 10:37:03 AM UTC-4, [email protected] wrote: > > > > 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/1051db04-0988-487f-a278-eade2fc9b6a1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
