##// END OF EJS Templates
autosave docstring
MinRK -
Show More
@@ -448,10 +448,13 b' class KernelMagics(Magics):'
448
448
449 @line_magic
449 @line_magic
450 def autosave(self, arg_s):
450 def autosave(self, arg_s):
451 """Set the lower-limit for the autosave frequency in the notebook (in seconds).
451 """Set the autosave interval in the notebook (in seconds).
452
452
453 The default value is 120, or two minutes.
453 The default value is 120, or two minutes.
454 ``%autosave 0`` will disable autosave.
454 ``%autosave 0`` will disable autosave.
455
456 This magic only has an effect when called from the notebook interface.
457 It has no effect when called in a startup file.
455 """
458 """
456
459
457 try:
460 try:
General Comments 0
You need to be logged in to leave comments. Login now