SELIM created ZEPPELIN-3537:
-------------------------------

             Summary: Zeppelin Notebook no module named pandas and matplotlib
                 Key: ZEPPELIN-3537
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3537
             Project: Zeppelin
          Issue Type: Bug
          Components: Interpreters
    Affects Versions: 0.7.3
            Reporter: SELIM


My question is about zeppelin notebook. I am new to zeppelin environment. I 
have a AWS account. I am working on EMR cluster. I want to use pandas and 
matplotlib in zeppelin environment. But, I got the error no module named pandas 
and matplotlib. Zeppelin has interpreter. I try to change python path even if i 
am sure the path, i still got the same error. If anyone experience about these 
issues, please help me.

 

{{%pyspark }}

{{import os }}

{{import numpy import pandas }}

{{import matplotlib }}

{{print("Numpy "+numpy.__version__) }}

{{print("Pandas "+pandas.__version__) }}

{{print("Matplotlib "+matplotlib.__version__) }}

{{Traceback (most recent call last): File 
"/tmp/zeppelin_pyspark-444747300595843376.py", line 367, in <module> raise 
Exception(traceback.format_exc()) Exception: Traceback (most recent call last): 
File "/tmp/zeppelin_pyspark-444747300595843376.py", line 355, in <module> 
exec(code, _zcUserQueryNameSpace) File "<stdin>", line 3, in <module> }}

{{ImportError: No module named pandas}}

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to