bundles / IPython 9.10.0 / IPython / core / magics / execution / ExecutionMagics / tb
function
IPython.core.magics.execution:ExecutionMagics.tb
Signature
def tb ( self , s ) Summary
Print the last traceback.
Extended Summary
Optionally, specify an exception reporting mode, tuning the verbosity of the traceback. By default the currently-active exception mode is used. See %xmode for changing exception reporting modes.
Valid modes: Plain, Context, Verbose, and Minimal.
Aliases
-
IPython.core.magics.ExecutionMagics.tb