https://github.com/ploomber/ci-notebooks
Contains Jupyter notebooks that Soorgeon CI is using.
https://github.com/ploomber/ci-notebooks
Last synced: about 2 months ago
JSON representation
Contains Jupyter notebooks that Soorgeon CI is using.
- Host: GitHub
- URL: https://github.com/ploomber/ci-notebooks
- Owner: ploomber
- Created: 2022-06-09T13:37:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T02:23:53.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T17:15:54.478Z (over 1 year ago)
- Language: Python
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Data Storage Repository
This repository is solely used to store notebooks and related datasets for testing [Soorgeon](https://github.com/ploomber/soorgeon)
## How to upload
1. Go [here](https://github.com/ploomber/soorgeon/blob/main/_kaggle/index.yaml) to fetch the newest addition by public contributors
2. Follow the steps [here](https://github.com/ploomber/soorgeon/blob/main/CONTRIBUTING.md#adding-new-test-notebooks) to download notebooks and dataset, remember to convert .ipynb to .py
3. Your final layout should be a little different and look like this:
```txt
your_download_dir/
{notebook-name}/
nb.py
data.csv
```
4. Upload the {notebook-name} directory here
5. Check for potential package requirements, add them [here](https://github.com/ploomber/soorgeon/blob/main/_kaggle/requirements.lock.txt)
6. Finally update [CI](https://github.com/ploomber/soorgeon/blob/main/.github/workflows/ci.yaml) and [test file](https://github.com/ploomber/soorgeon/blob/main/tests/test_sample_notebooks.py)