-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of hypothesis annotations #148
Comments
We should to a refresh of them. I think that they are all addressed. |
So one limitation with hypothesis is that only the creator can delete (or edit e.g. add a tag) its annotations. There are some Python wrapper e.g. https://github.com/judell/Hypothesis that could make it easier to do it in bulk. The REST API doc for deleting an annotation is here: https://h.readthedocs.io/en/latest/api-reference/v1/#tag/annotations/paths/~1annotations~1{id}/delete It seems like @LilianBoulard has deleted plenty of its original annotations, there are now 40 and there were 100+ IIRC. Did you do it by hand @LilianBoulard or with a Python wrapper? |
https://jonudell.info/h/facet is a web UI that allows to delete other people annotations provided that they have shared their Hypothesis token so maybe that is the simplest thing to do:
|
Hi |
Those are all the public annotations on our github-pages:
https://hypothes.is/groups/__world__/public?q=url%3Ahttps%3A%2F%2Finria.github.io%2Fscikit-learn-mooc%2F*#
I only recently saw some of @ogrisel annotations thanks to this link.
I don't know how hypothesis annotations will interact with Github issues but we'll see. I certainly think annotations are nice when reading the MOOC content to note small problems without having each time to create a github issue.
Related to #94.
The text was updated successfully, but these errors were encountered: