Fügen Sie den Pfad an das Sys Jupyter -Notizbuch an

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