erwanp / pytexit

Convert a Python expression to a LaTeX formula
https://pytexit.readthedocs.io/
Other
114 stars 31 forks source link

Magic function in Jupyter notebooks #68

Open defencedog opened 6 months ago

defencedog commented 6 months ago

py2tex had a magic function to convert a code block in notebook to latex format. Is this support any such function. It incraese productivity

e.g https://github.com/BekeJ/py2tex/blob/master/example.ipynb

aabdullah-kh commented 3 months ago

Hi, I am interested in taking up this task of implementing a similar function to the magic function.

erwanp commented 3 months ago

Hello @aabdullah-kh , go ahead and submit a PR ! This project is now only community-maintained.

aabdullah-kh commented 3 months ago

Ok @erwanp, I submitted a PR. I have wanted to contribute to open source for a while, I hope this is sufficient for this project!