evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.05k stars 120 forks source link

Kernel doesn't properly print MultiErrors #788

Open evhub opened 11 months ago

evhub commented 11 months ago

It just prints out the base MultiError and doesn't include all the sub errors.

evhub commented 11 months ago

Looks like this isn't Coconut's fault. Root cause is: https://github.com/ipython/ipykernel/issues/1149

mahimairaja commented 11 months ago

How to please mention how to reproduce the error?