Skip to content
Advertisement

Where does dask store files while running on juputerlab

I’m running dask on jupyterlab. I’m trying to save some file in home directory where my python file is stored and it’s running properly but I’m not able to find out where my files are getting saved. So I made a folder named output in home directory to save file inside, but when I save file inside it I’m getting following error:

JavaScript

Here’s my try:

JavaScript

Please let me know what I’m doing wrong or what’s the possible solution.

And also when I try to save the file on S3 bucket directly by using, following code:

JavaScript

It’s throwing this error:

JavaScript

Advertisement

Answer

Try using s3fs instead of boto3 to upload files on S3. That might work.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement