GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/1388
[ZEPPELIN-1399] Refactor automatic interpreter name insert ### What is this PR for? Refine automatic interpreter name insert. See below jira issue for detailed description ### What type of PR is it? Improvement | Refactoring ### What is the Jira issue? [ZEPPELIN-1399](https://issues.apache.org/jira/browse/ZEPPELIN-1399) ### How should this be tested? Outline the steps to test the PR here. ### Screenshots (if appropriate) - Do not insert interpreter name if previous interpreter name is not specified **Before**  **After**  - Insert interpreter name of previous paragraph without running **Before**  **After**  ### 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/minahlee/zeppelin ZEPPELIN-1399 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1388.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 #1388 ---- commit a67df081f9cc8178365c08a7eefe55f0850e59e0 Author: Mina Lee <mina...@apache.org> Date: 2016-08-23T13:40:26Z Refactor automatic magic keyword insert commit cb7e83c70f341b3bfec853583bbb2faf2c501030 Author: Mina Lee <mina...@apache.org> Date: 2016-08-24T07:36:28Z modify tests ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---