RE: can't plot

2019-10-31 Thread Manuel Sopena Ballesteros
[mailto:zjf...@gmail.com] Sent: Wednesday, October 30, 2019 5:10 PM To: users Subject: Re: can't plot It might be due other reason, you can set the interpreter log level to be DEBUG to get more info. Add following into log4j.properties log4j.logger.org.apache.zeppelin.interpreter=DEBUG M

RE: can't plot

2019-10-30 Thread Queimado, Fernando (Nokia - PT/Amadora)
unsubscribe

Re: can't plot

2019-10-29 Thread Jeff Zhang
> > > > > > https://zeppelin.apache.org/docs/0.8.0/interpreter/python.html#ipython-support > > > > both grpcio and jupyter are installed > > > > any idea? > > > > Manuel > > > > *From:* Jeff Zhang [mailto:zjf...@gmail.com] > *

RE: can't plot

2019-10-29 Thread Manuel Sopena Ballesteros
installed any idea? Manuel From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Wednesday, October 30, 2019 12:53 PM To: users Subject: Re: can't plot Based on the error message, you are still using python instead of ipython. It is hard to tell what's wrong. One suggestion is to try 0.8.2

Re: can't plot

2019-10-29 Thread Jeff Zhang
ts), '', 'exec', ast.PyCF_ONLY_AST, 1) > > File "", line 1 > > %matplotlib inline > > ^ > > SyntaxError: invalid syntax > > > > Manuel > > > > *From:* Jeff Zhang [mailto:zjf...@gmail.com] > *Sent:* Wednesday, October 30, 2019 1

RE: can't plot

2019-10-29 Thread Manuel Sopena Ballesteros
;\n'.join(stmts), '', 'exec', ast.PyCF_ONLY_AST, 1) File "", line 1 %matplotlib inline ^ SyntaxError: invalid syntax Manuel From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Wednesday, October 30, 2019 12:43 PM To: users Subject: Re: can't plot Try this %pysp

Re: can't plot

2019-10-29 Thread Jeff Zhang
tlib-integration > > > > Am I right assuming that I can use z.show in %pyspark? > > > > Thank you > > > > Manuel > > > > *From:* Manuel Sopena Ballesteros [mailto:manuel...@garvan.org.au] > *Sent:* Wednesday, October 30, 2019 12:12 PM > *To:* users@

Re: can't plot

2019-10-29 Thread Jeff Zhang
I guess you are using ipython (starting from 0.8.x zeppelin will try to use ipython first if it is available) For matplotlib ploting in ipython, you need to add the following line %matplotlib inline Manuel Sopena Ballesteros 于2019年10月30日周三 上午9:12写道: > Dear Zeppelin user community, > > > > I am

RE: can't plot

2019-10-29 Thread Manuel Sopena Ballesteros
From: Manuel Sopena Ballesteros [mailto:manuel...@garvan.org.au] Sent: Wednesday, October 30, 2019 12:12 PM To: users@zeppelin.apache.org Subject: can't plot Dear Zeppelin user community, I am running Zeppelin 0.8.0 and I am not able to print a plot using pyspark interpreter: This is my not

can't plot

2019-10-29 Thread Manuel Sopena Ballesteros
Dear Zeppelin user community, I am running Zeppelin 0.8.0 and I am not able to print a plot using pyspark interpreter: This is my notebook: %pyspark import matplotlib.pyplot as plt plt.figure() plt.plot([1, 2, 3]) And this is the output: [] Any idea? NOTICE Please consider the environment