HackerTrans
トップ新着トレンドコメント過去質問紹介求人

idanp

no profile record

コメント

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