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:
$ isympy
IPython 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/dev
In [1]:
Originally posted by @oscarbenjamin in #20 and sympy/sympy#27183