add system path python jupytre

Solutions on MaxInterview for add system path python jupytre by the best coders in the world

showing results for - "add system path python jupytre"
Matt
16 Jul 2018
1import sys
2sys.path.append("../") # go to parent dir
3from customFunctions import *