You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Sangmin Yoon (JIRA)" <ji...@apache.org> on 2016/07/18 12:51:20 UTC

[jira] [Created] (ZEPPELIN-1206) name 'z' is not defined with python3 in Python Interpreter

Sangmin Yoon created ZEPPELIN-1206:
--------------------------------------

             Summary: name 'z' is not defined with python3 in Python Interpreter
                 Key: ZEPPELIN-1206
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1206
             Project: Zeppelin
          Issue Type: Bug
          Components: python-interpreter
            Reporter: Sangmin Yoon


{code}
%python
print(z.input("test"))
{code}

yields

{code}
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'z' is not defined
{code}

with 'zeppelin.python' property is 'python3'.

Pyspark works well with python3.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)