icecream icon indicating copy to clipboard operation
icecream copied to clipboard

Extend line limit to have outputs formatted in one line

Open amosbird opened this issue 4 years ago • 1 comments

Hello, is there any way to configure icecream's line limit? I'd like to view the output as oneline as much as possible.

amosbird avatar Aug 18 '20 03:08 amosbird

https://github.com/gruns/icecream/issues/90

until then, try

ic.lineWrapWidth = float('inf')

gruns avatar Jun 22 '21 20:06 gruns