lsst-epo / citizen-science-notebooks

A collection Jupyter notebooks that can be used to associate Rubin Science Platform data to a Zooniverse citizen science project.
3 stars 1 forks source link

Notebooks now compatible with slug selection #109

Closed ericdrosas87 closed 1 month ago

ericdrosas87 commented 1 month ago

Notebooks now compatible with slug selection and guard rails logging

ericdrosas87 commented 1 month ago

Testing notes:

Scenario 1: Successful log in and project selection

Scenario 2: Successful log in, but no project selection

Scenario 3: Unsuccessful login

In addition to making the notebooks compatible with the slug listing feature from the PyPI package and the guard rails logging, I also moved several print() statements to the PyPI package so as to clean up the notebook.

ericdrosas87 commented 1 month ago

Resolves #108