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
Related to #521 and discussed this with (at?) @sjspielman in Slack.
I think we could add rendering of module cheatsheets at the same time we render/make live all of the notebooks for a training. My general approach would be to:
Add a shell script that uses pandoc for the conversion (e.g., scripts/render-cheatsheets.sh). We should be able to do this in the same container as everything else because that container needs to knit things = Pandoc should necessarily be installed.
Related to #521 and discussed this with (at?) @sjspielman in Slack.
I think we could add rendering of module cheatsheets at the same time we render/make live all of the notebooks for a training. My general approach would be to:
pandoc
for the conversion (e.g.,scripts/render-cheatsheets.sh
). We should be able to do this in the same container as everything else because that container needs to knit things = Pandoc should necessarily be installed.The text was updated successfully, but these errors were encountered: