jupyter / papyri

MIT License
84 stars 17 forks source link

Is rich annoying ? #284

Open Carreau opened 1 year ago

Carreau commented 1 year ago

I find the output maybe nice to read but always full of cruft when there is log messages and tracebacks, that are impossible to copy past. Especially because of the right end side that insist on having the filename where the log happend and insist on reflowing instead of letting the terminal handle new line.

Should we remove rich or make it opt-out for logs ? Or configure it better.

asmeurer commented 1 year ago

Copy-pastablity is always nice. Also the tracebacks are way too verbose. I guess as the IPython developer you would disagree with this, but I never felt like you need more than one line of context in a traceback.