You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Shim HyungSung (JIRA)" <ji...@apache.org> on 2017/01/09 09:47:58 UTC

[jira] [Created] (ZEPPELIN-1930) SyntaxError on PythonInterpreter

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)