Skip to content

[bug] cannot support sympy.init_printing(use_unicode=False) #488

Open
@Freed-Wu

Description

@Freed-Wu

In python's repl:

import sympy
sympy.init_printing(use_unicode=False)
sympy.simplify(x ** 2 + 2 * x + 1)

the result is

 2
x  + 2*x + 1

However, in ptpython, it always be

x ** 2 + 2 * x + 1

It seems that sympy.init_printing cannot work in ptpython.

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