Answers for "jupyter notebook add to path"

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

Python Answers by Framework

Browse Popular Code Answers by Language