Open izlatanv opened 4 years ago
Hello,
I am running final_results_gender_test.ipynb on Amazon JupiterLab; line
mylist= os.listdir('RawData/')
gives error
FileNotFoundError: [Errno 2] No such file or directory: 'RawData/'
How is this RawData folder supposed to appear on the kernel, is there any precondition to running this notebook. Thanks.
Ivaylo
this is just storing the path of where you save your files, this is using the tree file system on unix, try saving your data asRawData in root
how ? saving your data asRawData in root?
Hello,
I am running final_results_gender_test.ipynb on Amazon JupiterLab; line
gives error
How is this RawData folder supposed to appear on the kernel, is there any precondition to running this notebook. Thanks.
Ivaylo