check the path of a package in jupyter code example
Example: append path to sys jupyter notebook
import sys
sys.path.append("../") # go to parent dir
from customFunctions import *
import sys
sys.path.append("../") # go to parent dir
from customFunctions import *