Answers for "add path to jupyter python"

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
0

output path jupyter

jupyter --config-dir
Posted by: Guest on June-16-2021

Python Answers by Framework

Browse Popular Code Answers by Language