set_directory_by_name()
Sets the current working directory, so that all subsequent operation on project are performed on given dataset.
- This is for the life of the project object, or until changed again.
- Assumes dataset exists, will throw exception if not.
project.set_directory_by_name("New Algorithm Attempt")
# this will be uploaded to dataset called: "New Algorithm Attempt"
project.file.from_url()
Updated over 3 years ago