ipywidgets-static
ipywidgets-static copied to clipboard
Show full stacktrace on exception
Currently exceptions seem to get swallowed. They should get printed out, so that things can be debugged.
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().