ipython_autoreload

ipython_autoreload(autoreload=None)[source]

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

%autoreload autoreload

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

Parameters

autoreload (float, optional) – The autoreload level. Default is rc.autoreload = 2.