Closed friendmine closed 6 years ago
when I try to run the script, [01 Init Notebook] I didn't found any directory named "src" and no utils.py or any other files.
import sys sys.path.append("../src")
from libs import utils
The notebook has been fixed. Thanks for reporting!
when I try to run the script, [01 Init Notebook] I didn't found any directory named "src" and no utils.py or any other files.
import sys sys.path.append("../src")
from libs import utils