Alexander Bezzubov created ZEPPELIN-1656:
--------------------------------------------

             Summary: z.show in Python interpreter does not work
                 Key: ZEPPELIN-1656
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1656
             Project: Zeppelin
          Issue Type: Bug
          Components: python-interpreter
    Affects Versions: 0.7.0
            Reporter: Alexander Bezzubov
             Fix For: 0.7.0


After ZEPPELIN-1345, even without {{py4j}} installed, simple paragraphs that 
use `z.show()` can not be run

{{code}}
import pandas as pd

df = 
pd.read_csv('https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data',
 header=None)
df.columns=['SepalLength', 'SepalWidth', 'PetalLength', 'PetalWidth', 'Name']
z.show(df)
{{code}}

results in 

{{code}}
raceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'list' object has no attribute 'show'
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'list' object has no attribute '_displayhook'
{{code}}



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

Reply via email to