RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
"/tmp/zeppelin_context.py", line 194, in configure_mpl > import mpl_config > ImportError: No module named mpl_config > > Regards > Naveen > > > -Original Message- > From: Jeff Zhang [mailto:zjf...@gmail.com] > Sent: Monday, April 30, 2018 1:46 PM

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
ile "/tmp/zeppelin_context.py", line 194, in configure_mpl > import mpl_config > ImportError: No module named mpl_config > > Regards > Naveen > > > -Original Message- > From: Jeff Zhang [mailto:zjf...@gmail.com] > Sent: Monday, April 30, 2018 1:46

Re: pspark interpreter not working for matplot library

2018-04-30 Thread Jeff Zhang
ppelin_context.py", line 194, in configure_mpl > import mpl_config > ImportError: No module named mpl_config > > Regards > Naveen > > > -Original Message- > From: Jeff Zhang [mailto:zjf...@gmail.com] > Sent: Monday, April 30, 2018 1:46 PM > To: dev@zeppel

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
;, line 194, in configure_mpl import mpl_config ImportError: No module named mpl_config Regards Naveen -Original Message- From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Monday, April 30, 2018 1:46 PM To: dev@zeppelin.apache.org Subject: Re: pspark interpreter not working for matplot li

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
: dev@zeppelin.apache.org Subject: Re: pspark interpreter not working for matplot library 2 Approaches for you. 1. Use the ipython approach I mentioned above 2. Disable ipython by setting zeppelin.pyspark.useIPython to false Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
l Message- > From: Jeff Zhang [mailto:zjf...@gmail.com] > Sent: Monday, April 30, 2018 1:18 PM > To: dev@zeppelin.apache.org > Subject: Re: pspark interpreter not working for matplot library > > Here's one sample notebook for your reference > >

Re: pspark interpreter not working for matplot library

2018-04-30 Thread Jeff Zhang
ailto:zjf...@gmail.com] > Sent: Monday, April 30, 2018 1:18 PM > To: dev@zeppelin.apache.org > Subject: Re: pspark interpreter not working for matplot library > > Here's one sample notebook for your reference > > > https://www.zepl.com/viewer/notebooks/bm90ZTovL3pqZmZkdS9

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
, 2018 1:18 PM To: dev@zeppelin.apache.org Subject: Re: pspark interpreter not working for matplot library Here's one sample notebook for your reference https://www.zepl.com/viewer/notebooks/bm90ZTovL3pqZmZkdS9lN2Q3ODNiODRkNjA0ZjVjODM1OWZlMWExZjM4OTk3Zi9ub3RlLmpzb24 Panchappanavar, Naveena

Re: pspark interpreter not working for matplot library

2018-04-30 Thread Jeff Zhang
t) > x = [0, 2, 4, 6, 8] > y = [0, 3, 3, 7, 0] > plt.plot(x, y) > z.show(plt) > plt.savefig('MyFirstPlot.png') > > Is there any solution for this. > > > -Original Message- > From: Jeff Zhang [mailto:zjf...@gmail.com] > Sent: Monday, April 30, 2

RE: pspark interpreter not working for matplot library

2018-04-30 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
('MyFirstPlot.png') Is there any solution for this. -Original Message- From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Monday, April 30, 2018 12:47 PM To: dev@zeppelin.apache.org Subject: Re: pspark interpreter not working for matplot library Zeppelin has unit test for that guaranteed it

Re: pspark interpreter not working for matplot library

2018-04-30 Thread Jeff Zhang
.9.0 Snapshot > > Regards > Naveen > > > -Original Message- > From: Jeff Zhang [mailto:zjf...@gmail.com] > Sent: Sunday, April 29, 2018 8:00 AM > To: dev@zeppelin.apache.org > Subject: Re: pspark interpreter not working for matplot library > > Which vers

RE: pspark interpreter not working for matplot library

2018-04-29 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
The zeppelin version is 0.9.0 Snapshot Regards Naveen -Original Message- From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Sunday, April 29, 2018 8:00 AM To: dev@zeppelin.apache.org Subject: Re: pspark interpreter not working for matplot library Which version of zeppelin do you use

Re: pspark interpreter not working for matplot library

2018-04-28 Thread Jeff Zhang
Which version of zeppelin do you use ? Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>于2018年4月29日周日 上午4:20写道: > Hi All, > > I am trying to run pyspark interpreter by using matplot library which > plots simple graph,but its not

pspark interpreter not working for matplot library

2018-04-28 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, I am trying to run pyspark interpreter by using matplot library which plots simple graph,but its not showing any graph plot diagram instead it returning one general object, but when we use python interpreter it is able to plot the graph. Pyspark programme %pyspark import matplotlib.pyp