how to check current python path in jupyter notebook code example
Example: add system path python jupytre
import sys
sys.path.append("../") # go to parent dir
from customFunctions import *
import sys
sys.path.append("../") # go to parent dir
from customFunctions import *