Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cababc commit a38e0d4Copy full SHA for a38e0d4
1 file changed
IPython/kernel/zmq/zmqshell.py
@@ -448,10 +448,13 @@ def qtconsole(self, arg_s):
448
449
@line_magic
450
def autosave(self, arg_s):
451
- """Set the lower-limit for the autosave frequency in the notebook (in seconds).
+ """Set the autosave interval in the notebook (in seconds).
452
453
The default value is 120, or two minutes.
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.
458
"""
459
460
try:
0 commit comments