How to embed links from Gists to an iframe
Our VLE doesn’t allow us to embed <script> tags which is the only way that Gist allows embeds of code but I found this alternative which seems to work.
TLDR; add .pibb to the end of the shareable link
<iframe src="https://gist.github.com/laura-james/f42fddb216f486eb80ac1b955f3618d2.pibb" style="width: 100%">
</iframe>

It works!

Just wish it was that easy to do from Replit – it just seems to want to show a cover image when I just want it to show the main.py file. Grrr!