Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3068 We won't enable it for all interpreters. By default we could disable it, interpreter can enable it via setting `zeppelin.interpreter.interpolation` to `true` to enable it. The purpose is just to provide hook to allow interpreter have chance to update code before doing real interpretation.
---