aimport

utilipy.ipython.autoreload.aimport(*modules: str, autoreload: Union[bool, list, tuple] = True)[source]

Jupyter magic aimport.

Parameters
modules: list of strs

the modules to be imported

autoreload: bool or list, optional

(default True) whether the imported modules are marked for autoreloading if its a list, it must be the same length as modules