Skip to content

IPython 9.x produces illegible yellow string on yellow background in tracebacks #14901

@krassowski

Description

@krassowski

Originally reported in jupyterlab/jupyterlab#17576.

In IPython 9.x it is

[33;43mhello

which means:

  • 33: set yellow foreground
  • 43: set yellow background

whereas in IPython 8.x it was

[38;5;124;43mhello

which means:

  • 38: set foreground to 124 (red-ish)
  • 43: set yellow background

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions