Define functions in py file and use them in Notebook Top cell %load_ext autoreload %autoreload 2 import functions as fn import importlib importlib.reload(fn) # ? force reload from updated source