How can I download a csv file from Jupyter

Hi, I was using the Jupyter lab. So, I created a new CSV file from the one that I uploaded earlier; I was wondering why there are no download options to download it or even to move it to the folder location of the project directory. Any ideas or suggestions, as I need to use it for visualization?

Hi there,

Yes, downloads are intentionally disabled from JupyterLab. This is so that download restrictions enforced by administrators are enforced.

The solution we recommend is uploading your new CSV to a new dataset, and then download files from the dataset. Remember that your administrator may have enforced restrictions on dataset downloads that you would need to adhere to.

See our documentation here for more details: https://www.palantir.com/docs/foundry/code-workspaces/code-workspaces-faq/#how-can-i-download-files-from-my-jupyter-or-rstudio-code-workspace

1 Like