[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2018-06-12 Thread mjmeyer
Github user mjmeyer commented on the issue: https://github.com/apache/zeppelin/pull/2641 Built 0.8.0 and see this working in md and pyspark interpreters. ``` %md projectName: $${projectName} ``` ``` %pyspark print("ProjectName " + z.noteTextbox('

[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-16 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2641 Merge to master if no further review. ---

[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-14 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2641 LGTM ---

[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-14 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2641 Ready to review ---

[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2641 @tinkoff-dwh sounds like a plan! ---

[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-07 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2641 @Leemoonsoo I propose to do: - auto save for all forms (select, checkbox, textbox) - add short description in header (Note forms) You can use these forms in your

[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-06 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2641 1. Input dynamic form create 2. Update dynamic form value (without ENTER) 3. Run paragraph Paragraph level dynamic form run paragraph with updated value. But Note level dynamic

[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-06 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2641 @Leemoonsoo yep. Note level forms works like as paragraph forms, but action 'Save changes' except `Run paragraph'. Paragrap input (Enter) -> Note input (Enter) run paragra

[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-06 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2641 yep. Note level forms works like as paragraph forms, but action 'Save changes' except `Run paragraph'. Paragrap input (Enter) -> Note input (Enter) run paragraph -> save chang

[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-05 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2641 Cool! @tinkoff-dwh Thanks for the new feature! I tried and it works well. I have some comments on it's behavior. 1. form value is not updated without pressing 'ENTER' ![zep

[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-02 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2641 @Leemoonsoo Pls help review it ---