Hey there, I'm facing a bit of a challenge. I'm working on creating tutorials and I'd like to use Github to store all the files, with the website displaying code directly from those raw files.
The files could be in HTML, CSS, Javascript, Python, or any other language.
For instance, here's an example file at this link. In HTML, the code might look something like this:
<iframe src="https://raw.githubusercontent.com/tonylattke/python_helpers/master/10_0_importing_files.py"></iframe>
Unfortunately, it doesn't seem to be working as expected. Thanks for taking the time to read this, and I really appreciate any help you can provide.