connorferster / handcalcs

Python library for converting Python calculations into rendered latex.
Apache License 2.0
5.66k stars 433 forks source link

How to render handcalcs in pyqt #98

Open faisaljerry opened 3 years ago

faisaljerry commented 3 years ago

Please how can i render the handcalcs with pyqt in order to display mathemaical functions or formular

connorferster commented 2 years ago

That is a good question. I have no idea! Because handcalcs basically outputs a string of Latex code the next question I think would be, "What technologies can render Latex code in pyqt?" I have not investigated this much because I have been relying on browsers to render Latex in either Mathjax or Katex. Other than these two technologies, I do not know of a way to render Latex inline to a window.