Karen Cranston
Karen Cranston
I agree completely with the sentiment here. I just taught this lesson this morning, and the jumping around within the data-shell directory without any consistent narrative was extremely jarring. I...
I concur that the timings are unrealistic. From teaching this morning (did not separate exercises from teaching): Episode 1 (intro): 9:30-9:35; 5 minutes; did not cover everything Episodes 2 &...
Unfortunately, everyone you have tagged here is no longer with earthlab (and no longer has ownership access to the organization and the bot settings). I suspect you are correct about...
I doubt that there is anyone with both knowledge of this repo and owner / admin privileges on this github organization. Your best approach would be to follow these instructions...
You will want to select 'Device flow' during the setup (which is the command-line process for authorization). With this flow, the homepage and callback URL do not matter. I think...
Just a note here that we are getting a warning about github3's import of collections (when running our tests) that will become an error with python 3.9. This is fixed...
Given the small number of API calls, I don't think we need a dependency on a github library at all. I suggest we get rid of github3 and simply call...
FWIW, we do something similar to this with the OpenTreeOfLife taxonomy. Between versions of the taxonomy build, we allow users to add new names to the taxonomy (in the specific...
Working on this at second #rrhack : [issue #7](https://github.com/Reproducible-Science-Curriculum/Reproducible-Science-Hackathon-Dec-09-2015/issues/7)
Yes, we can do this. Two comments: * will have to call the API directly (i.e. using the [requests library](https://2.python-requests.org/en/master/)) rather than through the github3 library that we are using...