Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1145 @jongyoul Thanks! I have tested and reviewed the code. and looks good except one behavior. Let's say there're two interpreter settings. `spark1` and `spark2` (and no interpreter setting name `spark`). previously '%spark' select `spark1` or `spark2` whichever in front of binded interpreter list. now, '%spark' is printing `Prefix not found`. So after this PR, in this specific case, notebook will not be run before user change interpreter selection text in every paragraphs. How do you think about supporting previous interpreter selection mechanism, too? Will there be any side effect to support previous interpreter selection mechanism? Or do you think it's better support new selection mechanism only?
--- 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. ---