Alexander Bezzubov created ZEPPELIN-1105:
--------------------------------------------
Summary: Python: use paragraph status ERROR for syntax errors and
exceptions
Key: ZEPPELIN-1105
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1105
Project: Zeppelin
Issue Type: Improvement
Components: python-interpreter
Reporter: Alexander Bezzubov
Assignee: Alexander Bezzubov
Right now python interpreter reports paragraph status FINISHED even in case if
there was SyntaxError or exception during code execution.
To test, try
{code}
'2' + 2
#or
import something-strange
{code}
This issue is about adding paragraph status ERROR in case any error has
happened during code execution.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)