I have seen that on the web about autosave:
By default, Jupyter will autosave your notebook every 120 seconds to
this checkpoint file without altering your primary notebook file.
Whaooo, at last! This is exactly what I want, but I tried again and the default behaviour is the opposite: the primary file is autosaved when the one in .ipynb_checkpoints
is not modified.
How can we have an autosave which save in .ipynb_checkpoints
but never touch the primary file?
question from:
https://stackoverflow.com/questions/65888259/jupyter-notebook-the-right-autosave 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…