gutow / Algebra_with_Sympy

Tools for doing stepwise algebra in an on paper like manner using SymPy.
https://gutow.github.io/Algebra_with_Sympy/
GNU General Public License v3.0
16 stars 3 forks source link

Label equations with their python name #1

Closed gutow closed 2 years ago

gutow commented 2 years ago

This will require a reverse lookup in the python session namespace. If it is just for interactive use in Jupyter or ipython we can just look in the user_ns. A version of this is implemented in Easy_Pretty_Math.