Closed dgmccart closed 7 months ago
At the docs sync today we discussed how jupytext may be a good solution.
The workflow would include
jupytext --to py <tutorial-name>.md
This has been partially implemented in #68 , but I can see not all files have been converted. I'll investigate.
It works now 🥳
For each tutorial on the website, provide a python file for the user to download. We'd like to automate this process to avoid needing to keep track of updates as content on the website changes. Mkdocs gallery may be a suitable solution. @melissawm