bundles / IPython latest / 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