You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prints only the error message, which makes it easy to see what went wrong:
However, when the output is HTML, such as when removing the to_dict() call above, the entire traceback is outputted and the ascii color codes are not respected which makes it very hard to read what is going on:
The text was updated successfully, but these errors were encountered:
When the output of a cell is regular text, any errors that are raised have their traceback truncated, which I find helpful. For example, this code:
Prints only the error message, which makes it easy to see what went wrong:
However, when the output is HTML, such as when removing the
to_dict()
call above, the entire traceback is outputted and the ascii color codes are not respected which makes it very hard to read what is going on:The text was updated successfully, but these errors were encountered: