In #203 and #623 we discussed printing the Java stacktrace by default, in order to assist developers with problems happenning within Java. This PR does this by overridding __str__(), without trying to mock the Python traceback (which would be more elegant, but beyond my knowhow).
Screenshot of how it looks like in Colab:
Screenshot of how it looks like from Python cmdline:
In #203 and #623 we discussed printing the Java stacktrace by default, in order to assist developers with problems happenning within Java. This PR does this by overridding
__str__()
, without trying to mock the Python traceback (which would be more elegant, but beyond my knowhow).Screenshot of how it looks like in Colab:
Screenshot of how it looks like from Python cmdline: