Rich Repr updates
This release fleshes out the new Rich Repr protocol
[10.3.0] - 2021-06-09
Added
- Added Console.size setter
- Added Console.width setter
- Added Console.height setter
- Added angular style Rich reprs
- Added an IPython extension. Load via
%load_ext rich
Changed
- Changed the logic for retrieving the calling frame in console logs to a faster one for the Python implementations that support it.