jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

close automatic save function #441

Open mdiligent opened 6 years ago

mdiligent commented 6 years ago

How can I close the the automatic save function?I just want to do that by myself.Thanks.

kaczmarj commented 6 years ago

in a jupyter notebook cell, you can run %autosave 0 to disable automatic saving.