Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/1265
If i add more after @corneadoug 's suggestion,
when "globally" is selected from the first dropdown, only possible
selection in the second dropdown is "shared".
when one of "per user" or "per note" is selected, then only "scoped",
"isolated" could be option in the second dropdown.
I think there should be one more option "per user and per note". Which is
more complicated, because it can work have some combinations
```
per user : Scoped ( ) Isolated ( )
per note : Scoped ( ) Isolated ( )
```
For example, user may want to run spark interpreter "per user and per note"
and make a interpreter process per user, but interpreter instance per note in
the process.
What do you think? shell we have this combination supported in very
intuitive UI/UX?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---