add system path python jupytre

37

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

Comments

Submit
0 Comments