ipython_autosave

ipython_autosave(autosave=None)[source]

Set up the ipython autosave utility by running the following ipython magic.

%autosave autosave

This is called on import by default. Add autosave: to your .proplotrc to disable. See Configuring proplot for details.

Parameters

autosave (float, optional) – The autosave interval in seconds. Default is rc.autosave = 30.