Answers for "append path to 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

Python Answers by Framework

Browse Popular Code Answers by Language