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 changes of note input
Paragrap select (select value) -> Note select (select value)
run paragraph -> save changes of note select
Start all paragraphs can be long, so I think it is better to delegate this
action (run all or one paragraph) to the user.
Paragrap checkbox (select check) -> Note checkbox (check)
run paragraph -> save changes of note checkbox
---