pypi rich 13.1.0
Jupyter tracebacks fix

latest releases: 13.8.1, 13.8.0, 13.7.1...
20 months ago

This release fixes tracebacks in Jupyter which didn't show the code.

Additionally tracebacks have two new parameters to hide double underscore and single underscore locals. See the changelog for details

Screenshot 2023-01-14 at 11 26 38

[13.1.0] - 2023-01-14

Fixed

  • Fixed wrong filenames in Jupyter tracebacks #2271

Added

  • Added locals_hide_dunder and locals_hide_sunder to Tracebacks, to hide double underscore and single underscore locals. #2754

Changed

  • Tracebacks will now hide double underscore names from locals by default. Set locals_hide_dunder=False to restore previous behaviour.

Don't miss a new rich release

NewReleases is sending notifications on new releases.