Work with facets

2020-02-10 Thread Mathieu, Raphael
Hi, does anyone know how to enable facets in zeppelin notebook ? https://pair-code.github.io/facets/ Thanks

Re: Work with facets

2020-02-10 Thread Jeff Zhang
I don't know facets, just wondering in what interpreter do you want to use it Mathieu, Raphael 于2020年2月10日周一 下午6:31写道: > Hi, does anyone know how to enable facets in zeppelin notebook ? > > https://pair-code.github.io/facets/ > > > > Thanks > -- Best Regards Jeff Zhang

RE: EXTERNAL: Re: Work with facets

2020-02-10 Thread Mathieu, Raphael
I want to use it in the pyton.ipython interpreter to render interactive html dataset Any ideas ? From: Jeff Zhang Sent: 10 February 2020 12:08 To: users Subject: EXTERNAL: Re: Work with facets I don't know facets, just wondering in what interpreter do you want to use it Mathieu, Raphael mail

RE: EXTERNAL: Re: Work with facets

2020-02-10 Thread stephane.davy
Hello, In my opinion this is possible using vega / vega-lite (https://vega.github.io/vega-lite/) and angularbind capabilities. I let you go in Vega / Vega-lite documentation, it has all the facets / repeats features you probably want. Here is a basic example to create a vega chart in Z

Re: EXTERNAL: Re: Work with facets

2020-02-10 Thread Jeff Zhang
I tried vega in master branch, it works although has some minor issues. What kind of errors do you hit ? 于2020年2月10日周一 下午9:20写道: > Hello, > > > > In my opinion this is possible using vega / vega-lite ( > https://vega.github.io/vega-lite/) and angularbind capabilities. I let > you go in Vega /

RE: EXTERNAL: Re: Work with facets

2020-02-10 Thread stephane.davy
I don’t hit any error, this is just fantastic for me J From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Monday, February 10, 2020 15:05 To: users Subject: Re: EXTERNAL: Re: Work with facets I tried vega in master branch, it works although has some minor issues. What kind of errors

Re: EXTERNAL: Re: Work with facets

2020-02-10 Thread Jeff Zhang
Awesome, glad to hear that. 于2020年2月10日周一 下午10:07写道: > I don’t hit any error, this is just fantastic for me J > > > > > > *From:* Jeff Zhang [mailto:zjf...@gmail.com] > *Sent:* Monday, February 10, 2020 15:05 > *To:* users > *Subject:* Re: EXTERNAL: Re: Work with facets > > > > I tried vega in m

RE: EXTERNAL: Re: Work with facets

2020-02-10 Thread stephane.davy
By the way, I spent to some on evaluating some solutions to add more advanced charts to Zeppelin when it is needed (facet is a good example). I tried - D3.js: probably powerfull, but really complex to deal with as you have to deal with real low level details - Plotly: nic

Re: EXTERNAL: Re: Work with facets

2020-02-10 Thread Jeff Zhang
Recently I added some tutorial notes for Zeppelin. Here's how to do visualization in Python and R which you might be interested in https://github.com/apache/zeppelin/blob/master/notebook/Python%20Tutorial/IPython%20Visualization%20Tutorial_2F1S9ZY8Z.zpln https://github.com/apache/zeppelin/blob/mas

RE: EXTERNAL: Re: Work with facets

2020-02-10 Thread Mathieu, Raphael
Thanks, I will try vega-lite, but I suspect that there may be some issues, because I will be using the output from tensorflow data validation, which produces facets ready data. Not sure why ‘display(HTML(html))’ does not render when using the following import statement from IPython.core.display