The all code note running for different data's

am using python jupyter notbook in in earth observation sandbox plateform i tried to import shape file using the code aoi = “../data/ETH_AW_Boundary.shp” gdf = gpd.read_file(aoi) gdf.explore() i have projected shapefile deleted un necessary fileds and the data directory and the name of the file is the same i have got an error of DataSourceError: ../data/ETH_AW_Boundary.shp no such file or directory for different data’s also