Codebook - Write csv file to local disk

Hello,

How can I write a .csv-file produced in a Notebook in the Codebook environment, to a location on my local computer? The file is produced in the Notebook with the whole path as file name, but I can't get it to be produced to a local disk destination.

image


Thank you for any help.

Best Answer

  • @aNadjalin

    As far as I understand, we can not save the file directly to our local path on our computer because Codebook provides you with a cloud-hosted development environment. If you use some function to write CSV files such as dataframe.to_csv, it will write the file on the cloud.

    Anyway, you can click the file and download it to your PC instead.

    image

Answers