InteractiveError¶
- exception daschlab.InteractiveError[source]¶
A error class for errors that should be shown to a human user without traceback context.
If you initialize an interactive daschlab session in a Jupyter/IPython environment, this package will install a custom exception handler that customizes the display of
InteractiveErrorinstances. Rather than printing a full traceback, just the exception message will be printed. This is intended to produce easier-to-read output during interactive analysis sessions.