Github user akhiluanandh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/222#issuecomment-132974066 @Leemoonsoo Thanks for the reply. > My suggestion is let user drag and drop individual interpreters The drag and drop idea sounds really good and user-friendly (not sure if I have the Javascript skills to do this though... will have to dig deeper). > So user can set default interpreter 'group' and default 'interpreter' together in the same menu, and both applied per notebook. I am not sure how feasible it would be to implement the default interpreter <i>per notebook</i> rather than <i>per interpreter setting</i>. Implementing it per setting is straightforward, as we just need to bring the interpreter to the head of the group associated with that setting. From my understanding, it seems that making it per note would take significant changes in various parts of the codebase. I believe it could be possible to let the user drag and drop interpreters in the binding menu, but that would result in a change at the level of the interpreter setting in which the user does the drag and drop, and also affect other notes where that setting is bound.
--- 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. ---