Ajouter le chemin du système Python Jupytre

import sys
sys.path.append("../") # go to parent dir
from customFunctions import *
Smoggy Scarab