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.proplotrcto disable. See Configuring proplot for details.- Parameters
autoreload (float, optional) – The autoreload level. Default is
rc.autoreload=2.