Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2684
Just noticed this.. I think it's a great feature!
In Jupyter we can also select multiple paragraphs.
Although it is made more seamless.. I believe you could Ctrl+click anywhere
on a cell to select it.
So no separate UI element was necessary (like a checkbox that you have).
Selected cells are just slightly highlighted then.
Two pros for this approach:
- easier to select multiple cells as you could click anywhere on a cell to
add it to a selection;
- no additional UI elements
- easier to find what cells were selected.
---