You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Jeff Zhang <zj...@gmail.com> on 2019/10/30 01:32:01 UTC

Re: can't plot

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 <ma...@garvan.org.au> 于2019年10月30日周三 上午9:12写道:

> 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:
>
>
>
> [<matplotlib.lines.Line2D object at 0x7fd34321c450>]
>
>
>
> Any idea?
> NOTICE
> Please consider the environment before printing this email. This message
> and any attachments are intended for the addressee named and may contain
> legally privileged/confidential/copyright information. If you are not the
> intended recipient, you should not read, use, disclose, copy or distribute
> this communication. If you have received this message in error please
> notify us at once by return email and then delete both messages. We accept
> no liability for the distribution of viruses or similar in electronic
> communications. This notice should not be removed.
>


-- 
Best Regards

Jeff Zhang