Hi Darren,

Another way to achieve the #3 is -

1. Writing an interpreter which is bundled with the REST client library.
2. The interpreter can call any REST service runnning in any remote machine
using the sa me.

May be you can create it as a generic Rest intepreter which can be used by
anyone to call a REST service.

Regards,
Sourav

On Thu, Dec 17, 2015 at 5:20 AM, moon soo Lee <m...@apache.org> wrote:

> Thanks Darren for the nice suggestions.
>
> I think most of them are not addressed yet.
>
> about 3), server side class is always required at the moment. Zeppelin
> communicate to interpreter using thrift protocol. While thrift support
> Python and many other languages (https://thrift.apache.org/lib/), writing
> interpreter in different language will not be very difficult.
>
> Can i get little more detail about 4) what 'stacked' means?
>
> Thanks,
> moon
>
> On Thu, Dec 17, 2015 at 10:03 PM Darren Govoni <dar...@ontrenet.com>
> wrote:
>
>> Hi,
>>    Fantastic tool. Some suggestions. Please excuse if they are addressed
>> already.
>>
>> 1. Can output from a note be forced to scroll (that is have a scrollbar)
>> beyond a certain size?
>> 2. Any planned support to drag notes and relocate them?
>> 3. Can I write an interpreter as a 'service' and simply register it? Or
>> does it have to be a compiled server-side class?
>> If so, it would be nice to define an interpreter JSON/REST protocol so I
>> can write one in say Python or whatever.
>> 4. Any plans to allow notes to be 'stacked'?
>>
>> Question
>>
>> 1. I saw the theme guide, but it wasn't clear how to create my own
>> header/theme bar. How can I do this?
>>
>> thanks!
>> Darren
>>
>

Reply via email to