Last active
August 24, 2024 08:56
-
-
Save cyhsutw/d5983d166fb70ff651f027b2aa56ee4e to your computer and use it in GitHub Desktop.
Grabbed from https://github.com/odewahn/ipynb-examples, converted to v3 for GitHub to render.
Nice!
Thanks! It helped me to get started with tex writing in my jupyter notebooks.
Just to clarify: Can I use this somehow to show Latex formulae in the README.md of my repos?
Just to clarify: Can I use this somehow to show Latex formulae in the README.md of my repos?
No, this will only work with .ipynb
files.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, but ipython notebook supports MathJax (basic features of LaTex) and GitHub supports notebook natively. He wrote markdown inside a notebook cell, which is quite a clever trick.