HackerTrans
TopNewTrendsCommentsPastAskShowJobs

idanp

no profile record

comments

idanp
·в прошлом году·discuss
I always wished these notepad calculators would run plain python. POC - https://github.com/idanpa/jupad
idanp
·в прошлом году·discuss
For lightweight calculations re-execute everything while typing cells https://github.com/idanpa/jupad
idanp
·2 года назад·discuss
lyx [1] is great for live editing of latex . Set the instant preview Tools>Preferences>Display>Instant Preview if you want automatic latex rendering, although the editor rendering is nice as it is.

For something that is more of a calculator, SymPy [2] with sympy.init_printing() would be rendering latex automatically in any Jupyter notebook.

Specific tools I created for my own use for leveraging the above is pypad [3] together with calcpy [4] (%load_ext calcpy)

[1] LyX https://www.lyx.org

[2] SymPy https://www.sympy.org

[3] pypad https://github.com/idanpa/pypad

[4] calcpy https://github.com/idanpa/calcpy
idanp
·2 года назад·discuss
I think PyPy usually has slower startup time. Need to try to defer some of the imports to be done in the background, see how good is the outcome. Feel free to open an issue in github.
idanp
·2 года назад·discuss
I use SymPy as my calculator with https://github.com/idanpa/calcpy
idanp
·3 года назад·discuss
Virtualization can happen in the hardware itself, e.g. SR-IOV.