Skip to content

Display the SymPy version in the shell prompt #23

@agriyakhetarpal

Description

@agriyakhetarpal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions