Bases: IPython.kernel.inprocess.ipkernel.InProcessKernel
Interpreter is an IPython kernel adapted for OpenAlea.
Parameters: |
|
---|
alias of IPythonInProcessInterpreter
Display the exception that just occurred.
If nothing is known about the exception, this is the method which should be used throughout the code for presenting user tracebacks, rather than directly invoking the InteractiveTB object.
A specific showsyntaxerror() also exists, but this method can take care of calling it if needed, so unless you are explicitly catching a SyntaxError exception, don't try to analyze the stack manually and simply call this method.