cleanlab icon indicating copy to clipboard operation
cleanlab copied to clipboard

CI: script that runs all Colab notebooks

Open jwmueller opened this issue 3 years ago • 3 comments

This script can be Github Action that is only executed when a new release is tagged. We want to test that all Colab notebooks run without execution errors (particularly because they may not have installed the right version of dependencies, eg. if a dependency got updated without us knowing).

Cf: https://stackoverflow.com/questions/61762045/running-google-colab-every-day-at-a-specific-time

jwmueller avatar Sep 22 '22 18:09 jwmueller

Can I work on this issue? I can follow up on the information provided in the link. I am looking to start my first contribution to this awesome project.

Steven-Yiran avatar Apr 04 '23 00:04 Steven-Yiran

Certainly @Steven-Yiran we'd love your help! But be aware this issue is actually fairly complex and will require you to dive pretty deep into how our CI works and builds the documentation housing the colab links.

Unless you have a particular motivation for starting with this issue, I'd suggest making an easier contribution first (quick win), and then you can later work on more complex issues like this one once you have a deeper understanding of the library & process. Totally up to you, but here are a couple much easier things you could help with as a quick first contribution:

https://github.com/orgs/cleanlab/projects/8?pane=issue&itemId=9384318

https://github.com/orgs/cleanlab/projects/8/views/1?pane=issue&itemId=9384311

https://github.com/orgs/cleanlab/projects/8?pane=issue&itemId=9600031

jwmueller avatar Apr 04 '23 00:04 jwmueller

@jwmueller, thanks a lot for the suggestion. I can work on adding code blocks to docstring. I will go leave a comment there.

Steven-Yiran avatar Apr 04 '23 01:04 Steven-Yiran