-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
acceptedTask was acceptedTask was accepted
Description
Not sure if I should report this as a bug or as a feature request, but there is a very minor issue when printing complex numbers: the decimal part of the imaginary number is uncolored.
try for example:
>>> from rich import pretty
>>> pretty.install()
>>> 3.05 + 2.06j
(3.05+2.06j)I tried this on Linux, rich version 12.2.0. This "bug" appears both in the terminal (alacritty in my case) as well as in jupyter notebooks, which makes me believe it is platform independent.
Metadata
Metadata
Assignees
Labels
acceptedTask was acceptedTask was accepted
