We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
how ? saving your data asRawData in root?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: