add system path python jupytre

28

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

Comments

Submit
0 Comments