executablebooks / meta

A community dedicated to supporting tools for technical and scientific communication and interactive computing
https://executablebooks.org
128 stars 165 forks source link

Kaggle_notebook_issue #1117

Open wissemkarous opened 7 months ago

wissemkarous commented 7 months ago

Discussed in https://github.com/orgs/executablebooks/discussions/1116

Originally posted by **wissemkarous** December 30, 2023 My data is located on Kaggle, and I have transferred my notebook from Kaggle to GitHub. I want to leverage GitHub Actions for automated deployment. However, I am encountering issues in my YAML file. While I have attempted to use the Kaggle API to download the data during the deployment, the dataset is quite large, exceeding 9GB. This has proven challenging. Are there alternative approaches or solutions to efficiently handle the data transfer during deployment through GitHub Actions?
welcome[bot] commented 7 months ago

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

wissemkarous commented 7 months ago

what about actions/cache@v2 ?