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
One neat idea that occurs to me is if the Traceback object implemented the _render_traceback_ method. All IPython seems to expect is a list of individual lines. This would allow custom rendering of Tracebacks in the IPython context.
The text was updated successfully, but these errors were encountered:
One neat idea that occurs to me is if the
Traceback
object implemented the_render_traceback_
method. All IPython seems to expect is a list of individual lines. This would allow custom rendering ofTraceback
s in the IPython context.The text was updated successfully, but these errors were encountered: