/ci-notebooks

Contains Jupyter notebooks that Soorgeon CI is using.

Primary LanguagePython

Data Storage Repository

This repository is solely used to store notebooks and related datasets for testing Soorgeon

How to upload

  1. Go here to fetch the newest addition by public contributors
  2. Follow the steps here to download notebooks and dataset, remember to convert .ipynb to .py
  3. Your final layout should be a little different and look like this:
your_download_dir/
    {notebook-name}/
        nb.py
        data.csv
  1. Upload the {notebook-name} directory here
  2. Check for potential package requirements, add them here
  3. Finally update CI and test file