Добавить путь к ноутбуку Sys Jupyter

import sys
sys.path.append("../") # go to parent dir
from customFunctions import *
Smoggy Scarab