You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, that is one thing we should do: the version should be displayed automatically somehow. When you run isympy in the terminal it looks like this:
$ isympyIPython console for SymPy 1.14.dev (Python 3.13.1-64-bit) (ground types: flint)These commands were executed:>> from sympy import *>> x, y, z, t = symbols('x y z t')>> k, m, n = symbols('k m n', integer=True)>> f, g, h = symbols('f g h', cls=Function)>> init_printing()Documentation can be found at https://docs.sympy.org/devIn [1]:
xref sympy/sympy#27183 (comment) for the information to be displayed (also needs python-flint to be available and imported before SymPy so that SymPy can recognise it)
Originally posted by @oscarbenjamin in #20 and sympy/sympy#27183
The text was updated successfully, but these errors were encountered: