1

I am working with algebraic expressions in Python. I would like to know if exists any VS Code extension to automatically view expressions in a more human-friendly way. For example:

x*y*math.e**(-x**2-y**2)

enter image description here

renton01
  • 49
  • 1
  • 7

1 Answers1

1

I have used below two mainly for mathematical expressions:


  • Symplex:
    Symplex requires that Python and SymPy are installed. It can be installed with pip install SymPy.


  • Since you have mentioned in your comment that you can switch to a different IDE, please check Spyder
BZKN
  • 1,499
  • 2
  • 10
  • 25