jakevdp / ipywidgets-static

[obsolete] Static Widgets for IPython Notebooks
BSD 3-Clause "New" or "Revised" License
108 stars 24 forks source link

Show full stacktrace on exception #2

Open certik opened 10 years ago

certik commented 10 years ago

Currently exceptions seem to get swallowed. They should get printed out, so that things can be debugged.

jakevdp commented 10 years ago

Hi, The exception swallowing is in the _repr_html_ method within IPython. If you want to see the exception, you can explicitly print obj.html().