bundles / IPython 9.10.0 / IPython / core / extensions / ExtensionManager / unload_extension
function
IPython.core.extensions:ExtensionManager.unload_extension
source: /IPython/core/extensions.py :84
Signature
def unload_extension ( self , module_str : str ) Summary
Unload an IPython extension by its module name.
Extended Summary
This function looks up the extension's name in sys.modules and simply calls mod.unload_ipython_extension(self).
Returns the string "no unload function" if the extension doesn't define a function to unload itself, "not loaded" if the extension isn't loaded, otherwise None.
Aliases
-
IPython.core.extensions.ExtensionManager.unload_extension