Github user mwkang commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/806#issuecomment-204680411 @felixcheung Yes, it works. If user doesn't any %interpreter in previous paragraphs, `%..`(default interpreter) will be added. If user add %interpreter in previous paragraphs, %interpreter will be added. e.g.) paragraph-1 (no interpreters) -> paragraph-2 (no interpreters) -> paragraph-3 (`%..` will be added.) paragraph-1 (%sh) -> paragraph-2 (no interpreters) -> paragraph-3 (`%sh` will be added.)
--- 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. ---