HackerTrans
TopNewTrendsCommentsPastAskShowJobs

idanp

no profile record

comments

idanp
·tahun lalu·discuss
I always wished these notepad calculators would run plain python. POC - https://github.com/idanpa/jupad
idanp
·tahun lalu·discuss
For lightweight calculations re-execute everything while typing cells https://github.com/idanpa/jupad
idanp
·2 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·discuss
I use SymPy as my calculator with https://github.com/idanpa/calcpy
idanp
·3 tahun yang lalu·discuss
Virtualization can happen in the hardware itself, e.g. SR-IOV.
idanp
·3 tahun yang lalu·discuss
matplotlib is not needed, SymPy fallsback to ascii plotter and this is what I use on phone with termux.
idanp
·3 tahun yang lalu·discuss
yes, with modifications - https://github.com/idanpa/calcpy