set_autoreload

utilipy.ipython.autoreload.set_autoreload(reload_type: Optional[int] = None)[source]

Global imports setting.

Parameters
reload_type: {0, 1, 2} or None

(default None)

  • 0) Disable automatic reloading.

  • 1) Reload all modules imported with %aimport

    before executing the Python code typed.

  • 2) Reload all modules (except those excluded by %aimport)

    before executing the Python code typed.

  • None) null. do not change current setting.

See also

autoreload

module %load_ext autoreload %aimport