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)