You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
While working on the deep-learning-intro we noticed that we needed to check whether the code we have in our lesson actually works. For this I made a small utility that we use in a github action to check this, you can see it here: https://github.com/bpmweel/cce.
Given a markdown file with the carpentries template the tool
It extracts any code block marked with {:.language-python}
Puts it in a python file
Executes the python file
Captures any exceptions and outputs these to the stdout
I think this would be a nice addition for the lesson template. Would you be interested in using this?
If so it would be really good to find some people who are willing to help develop the tool so it can be used with more
languages and perhaps also check whether the output makes sense.
Salutation!
While working on the deep-learning-intro we noticed that we needed to check whether the code we have in our lesson actually works. For this I made a small utility that we use in a github action to check this, you can see it here: https://github.com/bpmweel/cce.
Given a markdown file with the carpentries template the tool
You can see how it works in our deep-learning-intro repository here: https://github.com/carpentries-incubator/deep-learning-intro/actions/workflows/inline-code.yml
I think this would be a nice addition for the lesson template. Would you be interested in using this?
If so it would be really good to find some people who are willing to help develop the tool so it can be used with more
languages and perhaps also check whether the output makes sense.