Live-reloading of Python Modules in the Python REPL / IPython / Jupyter Console22 April 2018·2 minsProgramming pythonAs modules get bigger, they tend to import other modules, or do some preliminary setup work. Python 3 supports inline reloading of modules.