Shim HyungSung created ZEPPELIN-1930:
----------------------------------------
Summary: SyntaxError on PythonInterpreter
Key: ZEPPELIN-1930
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1930
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.7.0
Reporter: Shim HyungSung
I got {code}SyntaxError: invalid syntax{code} when running for statement like
following.
{code}
%python.python
for x in range(0,3): print ("... aaa")
{code}
The output is
{code}
File "<stdin>", line 2
z._displayhook()
^
SyntaxError: invalid syntax
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)