How to import python file from parent folder?
By Sophia Hammond
I tried to import python file from parent folder but keep getting error. How can i do it ? script is my python file. I am using jupyter notebook. All give error below.
from ... import script
from .. import script
from . import script 5 Reset to default