You are viewing an older version (9.11.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.11.0 / IPython / core / extensions / ExtensionManager / reload_extension

function

IPython.core.extensions:ExtensionManager.reload_extension

source: /IPython/core/extensions.py :106

Signature

def   reload_extension ( self module_str : str )

Summary

Reload an IPython extension by calling reload.

Extended Summary

If the module has not been loaded before, InteractiveShell.load_extension is called. Otherwise reload is called and then the load_ipython_extension function of the module, if it exists is called.

Aliases

  • IPython.core.extensions.ExtensionManager.reload_extension