Re: Embedding %html within %table

2016-09-16 Thread moon soo Lee
I'm not sure since when, but %html inside of the cell doesn't work if it is first column. If you add any other column which is not using %html on left, table will be rendered correctly. Hope this helps Thanks, moon On Fri, Sep 16, 2016 at 2:21 PM Kevin Niemann wrote:

Re: Matplotlib uses tkinter instead of Agg

2016-09-16 Thread Xi Shen
Please check my previous reply. On Fri, Sep 16, 2016, 20:11 afancy wrote: > Hi, > > Has this problem been solved? I also encountered the same problem (see the > following). I build from the source pulled from the Master branch. > > /afancy > > %python plt.figure() plt.plot(x,

Re: Dynamically populate dropdown form

2016-09-16 Thread Mohit Jaggi
Did you look at this: https://zeppelin.apache.org/docs/0.6.1/manual/dynamicform.html#select-form-1 Mohit Jaggi Founder, Data Orchard LLC www.dataorchardllc.com > On Sep 16, 2016, at 1:47 PM, Kevin Niemann

Embedding %html within %table

2016-09-16 Thread Kevin Niemann
According to the example here https://zeppelin.apache.org/docs/0.6.1/displaysystem/basicdisplaysystem.html#table it is possible to use %html within a %table paragraph and get benefits of both. However when I run that it appears to render as HTML only and no native table view. Is my syntax

Dynamically populate dropdown form

2016-09-16 Thread Kevin Niemann
Is it possible to dynamically populate the dropdown form given a SQL query instead of a static list? If so could someone post an example? %md This is ${day=select day from table}

Re: Matplotlib uses tkinter instead of Agg

2016-09-16 Thread afancy
Hi, Has this problem been solved? I also encountered the same problem (see the following). I build from the source pulled from the Master branch. /afancy %python plt.figure() plt.plot(x, f(x), lw=2) z.show(plt, width='500px') plt.close() raceback (most recent call last): File "", line 1, in

Re: FW: Issue with Zeppelin setup on Datastax-Spark

2016-09-16 Thread Hyung Sung Shim
Hello. I think that `zeppelin.interpreter.host` and `zeppelin.interpreter.port` values on Interpreter setting UI should be removed because Interpreter will automatically be launched when you run a paragraph. 2016-09-16 3:56 GMT+09:00 Arpan Saha : > Yes. It is a zeppelin

Re: 0.6.1 and spark 2.0.0

2016-09-16 Thread Jianfeng (Jeff) Zhang
This is a known issue. There’s 2 solutions. 1. Use the spark 2.0 of HDP 2.5 2. Disable timeline service in yarn-site.xml Best Regard, Jeff Zhang From: Herman Yu > Reply-To: "users@zeppelin.apache.org"