Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3044 @Tagar One approach I can think of is to support variable substitution. e.g. ``` %spark(pool=${name}) ... ```
---
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3044 @Tagar One approach I can think of is to support variable substitution. e.g. ``` %spark(pool=${name}) ... ```
---