Toby Hodges
Toby Hodges
Thanks all for contributing to this discussion so far. I want to add one more point that has not been (directly) covered so far, then prompt a discussion of next...
Here is a concept map representing the mental model I would like learners to leave the lesson/workshop with: ```mermaid flowchart env[environment] pydeps[Python dependencies] otherdeps[other tools and dependencies] proj[project] conda repro[reproducibility]...
Yes, we will need to add something to both SWC novice Python lessons, and to the novice lessons elsewhere too. It shouldn't be needed in the lessons where foundational knowledge...
The repository can be renamed, and this has the major advantage of keeping the URL aligned with the title of the lesson. However, although GitHub will handle redirections automatically from...
Note that the `environment.yml` has been updated to remove the default channel and the `gala` dependency (so this is related to #237). I removed it before I saw that issue,...
Also worth noting that, when this PR is ready to merge, I will need to release a new version of the example data on FigShare with the updated `environment.yml`.
Please leave the issue here. I think some content dedicated to internationalisation/localisation belongs in the handbook, even though we do not have the capacity to formally support these efforts as...
Hi, this is a reminder that support for the previous lesson infrastructure in The Carpentries Incubator will end on **December 31, 2025**. If you have not already done so, please...
Thanks @malvikasharan we will need to keep it really brief here. Unfortunately, the episodes in the latter half of this lesson are usually taught under time pressure, or even skipped...
Running `knitr::knit('organization.Rmd')` gives me an `organization.md` output that includes this: ````markdown [ ...snip... ] You would get an error if you tried to run the equivalent targets pipeline: ``` r...