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 user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2641
Merge to master if no further review.
---
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2641
LGTM
---
Github user tinkoff-dwh commented on the issue:
https://github.com/apache/zeppelin/pull/2641
Ready to review
---
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2641
@tinkoff-dwh sounds like a plan!
---
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 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 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 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 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 user tinkoff-dwh commented on the issue:
https://github.com/apache/zeppelin/pull/2641
@Leemoonsoo
Pls help review it
---
11 matches
Mail list logo