Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2688
Thanks @tinkoff-dwh for the contribution. The feature works as expected.
Jupyer has "Run All Above" and "Run All Below".

One interesting thing is, "Run All Above" exclude current cell (paragraph),
"Run All Below" include the current cell (paragraph).
I think there's a reason why Jupyer designed two very related button
behavior in slightly different way. @tinkoff-dwh What do you think? Do you
think Jupyter's "Run All Above" behavior is useful?
---