autoreload — IPython 3.2.1 documentation
ipython.org › 3 › configUsage ¶. The following magic commands are provided: %autoreload. Reload all modules (except those excluded by %aimport ) automatically now. %autoreload 0. Disable automatic reloading. %autoreload 1. Reload all modules imported with %aimport every time before executing the Python code typed. %autoreload 2.
Autoreload a module — Mastering JupyterLab
nocomplexity.com › tip-autoloadmoduleAutoreload a module — Mastering JupyterLab Autoreload a module You can work on a new python module and test it in a notebook environment. But when the code of your module change, you must reload the module in the notebook environment again. Simple solution: Use the autoreload to make sure the latest version of the module is used.