GitHub user Savalek opened a pull request: https://github.com/apache/zeppelin/pull/2952
[Zeppelin-2572] multiple paragraphs actions ### What is this PR for? This PR adds the ability to perform actions on several paragraphs simultaneously. He adds the checkbox to each paragraph. When you select at least one paragraph in the action bar, buttons appear that perform actions on the selected paragraphs. ### What type of PR is it? Feature ### What is the Jira issue? [ZEPPELIN-2572](https://issues.apache.org/jira/browse/ZEPPELIN-2572) ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/TinkoffCreditSystems/zeppelin ZEPPELIN-2572 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2952.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2952 ---- commit 9f9a7ca0a636211840a840941b3908bf8b59e6cd Author: Savalek <def113@...> Date: 2018-04-17T14:33:38Z add multiple paragraphs actions commit fa594fa497f87afa5e84a84f1d525ee0c2f68991 Author: Savalek <def113@...> Date: 2018-04-28T09:40:14Z Merge remote-tracking branch 'apache/master' into ZEPPELIN-2572 # Conflicts: # zeppelin-integration/src/test/java/org/apache/zeppelin/integration/ParagraphActionsIT.java # zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/socket/Message.java commit 289cc3820e9623724fd2d30af36dc72de344a1b0 Author: Savalek <def113@...> Date: 2018-04-28T10:22:34Z [ZEPPELIN-2572] remove duplicate 'REMOVE_NOTE_FORMS' ---- ---