Github user 1ambda commented on the issue:
https://github.com/apache/zeppelin/pull/2227
Hi @echarles. Sorry for late comment.
I agree it's quite hard to implement. Since `InterpreterOutput` class is
widely used.
1. We need to add a variable to `RemoteInterpreterContext` which is a
thrift generated class to pass currently available spell magics so that
interpreter can use it for their `InterpreterOutput`
2. Since InterpreterOutput usage depends on interpreter type, we might use
static, synchronized variable in `InterpreterOutput` both sides in
`ZeppelinServer` and `Interpreter`.
This is what i am thinking about.
---
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.
---