RE: Use Bokeh in Apache Zeppelin

2018-01-11 Thread Partridge, Lucas (GE Aviation)
zjf...@gmail.com> Cc: users@zeppelin.apache.org Subject: EXT: Re: Use Bokeh in Apache Zeppelin Nice! Get this in https://github.com/apache/zeppelin/blob/master/docs/interpreter/python.md? From: Partridge, Lucas (GE Aviation) <lucas.partri...@ge.com<mailto:

Re: Use Bokeh in Apache Zeppelin

2018-01-10 Thread Felix Cheung
tebook(notebook_type='zeppelin') f = figure() f.line(x=[1,2],y=[3,4]) show(f) From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: 09 January 2018 23:24 To: Partridge, Lucas (GE Aviation) <lucas.partri...@ge.com> Cc: users@zeppelin.apache.org Subject: EXT: Re: Use Bokeh in Apache Zeppelin Awesome. Gla

Use Bokeh in Apache Zeppelin

2018-01-10 Thread Partridge, Lucas (GE Aviation)
= figure() f.line(x=[1,2],y=[3,4]) show(f) From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: 09 January 2018 23:24 To: Partridge, Lucas (GE Aviation) <lucas.partri...@ge.com> Cc: users@zeppelin.apache.org Subject: EXT: Re: Use Bokeh in Apache Zeppelin Awesome. Glad to see you can use

Re: Use Bokeh in Apache Zeppelin

2018-01-09 Thread Jeff Zhang
Sent:* 09 January 2018 15:01 > > > *To:* users@zeppelin.apache.org > *Cc:* zjf...@gmail.com > *Subject:* EXT: RE: Use Bokeh in Apache Zeppelin > > > > I forgot to say I’m using Bokeh 0.12.13. > > > > *From:* Partridge, Lucas (GE Aviation) > *Sent

RE: Use Bokeh in Apache Zeppelin

2018-01-09 Thread Partridge, Lucas (GE Aviation)
I forgot to say I’m using Bokeh 0.12.13. From: Partridge, Lucas (GE Aviation) Sent: 09 January 2018 13:24 To: users@zeppelin.apache.org Cc: zjf...@gmail.com Subject: EXT: RE: Use Bokeh in Apache Zeppelin Hi Jeff, Adding support for Bokeh in Zeppelin is great! At https://www.zepl.com/viewer

RE: Use Bokeh in Apache Zeppelin

2018-01-09 Thread Partridge, Lucas (GE Aviation)
n? I’d rather stick with 0.7.0 for now if possible. Thanks, Lucas. From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: 02 July 2017 00:01 To: users <users@zeppelin.apache.org> Subject: EXT: Use Bokeh in Apache Zeppelin I write a tutorial on using bokeh in apache zeppelin. If you are inte

Re: Use Bokeh in Apache Zeppelin

2017-07-06 Thread Sora Lee
​​ Wow, It looks great. And it would be useful and helpful. I appreciate to share link! Thanks, Sora 2017-07-05 17:29 GMT+09:00 CHALLA : > Thank u I will check > > On Wed, Jul 5, 2017 at 1:54 PM, Raffaele S wrote: > >> This is something I was looking

Re: Use Bokeh in Apache Zeppelin

2017-07-05 Thread CHALLA
Thank u I will check On Wed, Jul 5, 2017 at 1:54 PM, Raffaele S wrote: > This is something I was looking for, thanks! > > 2017-07-02 1:39 GMT+02:00 moon soo Lee : > >> Cool. Thanks for sharing! >> >> On Sun, 2 Jul 2017 at 8:00 AM Jeff Zhang

Re: Use Bokeh in Apache Zeppelin

2017-07-05 Thread Raffaele S
This is something I was looking for, thanks! 2017-07-02 1:39 GMT+02:00 moon soo Lee : > Cool. Thanks for sharing! > > On Sun, 2 Jul 2017 at 8:00 AM Jeff Zhang wrote: > >> >> I write a tutorial on using bokeh in apache zeppelin. If you are >> interested in data

Re: Use Bokeh in Apache Zeppelin

2017-07-01 Thread moon soo Lee
Cool. Thanks for sharing! On Sun, 2 Jul 2017 at 8:00 AM Jeff Zhang wrote: > > I write a tutorial on using bokeh in apache zeppelin. If you are > interested in data visualization in zeppelin notebook, bokeh would be a > very good library for you. And you can take a look at the

Use Bokeh in Apache Zeppelin

2017-07-01 Thread Jeff Zhang
I write a tutorial on using bokeh in apache zeppelin. If you are interested in data visualization in zeppelin notebook, bokeh would be a very good library for you. And you can take a look at the tutorial here. https://community.hortonworks.com/articles/109837/use-bokeh-in-apache-zeppelin.html