Answers for "how to add directory to path jupyter"

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 "how to add directory to path jupyter"

Python Answers by Framework

Browse Popular Code Answers by Language