GitHub user timovwb opened a pull request: https://github.com/apache/zeppelin/pull/2782
Paragraph numbering ### What is this PR for? Added a button on the top toolbar of the notebook to toggle paragraph numbering. It adds a "Paragraph N" on the top-right of each paragraph, mainly useful when collaborating and guiding others to the right place. ### What type of PR is it? Feature ### What is the Jira issue? [ZEPPELIN-2729](https://issues.apache.org/jira/browse/ZEPPELIN-2729) ### Screenshots [gfycat mp4 video](https://gfycat.com/LeafyAntiqueCrab) ### 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/timovwb/zeppelin paragraph-numbering Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2782.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 #2782 ---- commit c1974362597c59ab081f76be1de8c21f3050b0ba Author: Timo Vanwynsberghe <timovwb@...> Date: 2018-02-02T14:19:34Z Added option to toggle paragraph numbering commit 09c8141437195842733af953260d7b48d8810151 Author: Timo Vanwynsberghe <timovwb@...> Date: 2018-02-02T15:02:36Z Removed a newline by mistake ---- ---