Answers for "append path to sys jupyter notebook"

0

append path to sys jupyter notebook

import sys
sys.path.append("../") # go to parent dir
from customFunctions import *
Posted by: Guest on July-08-2020

Code answers related to "append path to sys jupyter notebook"

Python Answers by Framework

Browse Popular Code Answers by Language