lightning-viz / lightning

Data Visualization Server
http://lightning-viz.org
MIT License
962 stars 109 forks source link

Lightning and Spark #60

Open pltrdy opened 8 years ago

pltrdy commented 8 years ago

Hi,

Is there a known way (production ready or not) to embed Lightnings vizs into Zeppelin notebooks? (prolly using %pyspark) Or, are some people quite working on it?

Thanks.

mathisonian commented 8 years ago

Hey @pltrdy,

I'm not involved with the zeppelin project, but would be cool to see this working. Maybe @anthonycorbacho or @Leemoonsoo could point us in the right direction?

It seems like there was talk about it at some point here https://mail-archives.apache.org/mod_mbox/incubator-zeppelin-dev/201501.mbox/%3CCAN-e8+YtAf2QmNQDWX_JmM3oqV97O_H5Fr2ozwkDvHno_tXcTA@mail.gmail.com%3E

joshisa commented 8 years ago

Hi @pltrdy, I was able to embed some lightning vizs into Zeppelin @ https://my.datascientistworkbench.com/. I'm attaching a sample zeppelin notebook that visualizes a scatterplot.
Notebook: lightningviz.json.zip

Screenshot: zeppelin-lightning-viz

I've also had success embedding lightning vizs into Jupyter notebooks. More deets here