Ajouter le chemin d'accès à Sys Jupyter Notebook
import sys
sys.path.append("../") # go to parent dir
from customFunctions import *
Smoggy Scarab
import sys
sys.path.append("../") # go to parent dir
from customFunctions import *