In the short term if you couldn't get the latest from the master branch, you could work around by having a spark/Scala paragraph calling z.input and then passing the returned value to Pyspark/Python with z.put and z.get.
On Mon, Nov 23, 2015 at 12:03 AM -0800, "moon soo Lee" <m...@nflabs.com> wrote: Recently, dynamic form in pyspark is implemented by https://issues.apache.org/jira/browse/ZEPPELIN-428. It's in the master branch and will be included in the next release. Thanks, moon On Mon, Nov 23, 2015 at 3:32 PM SiS <n...@cht3.com> wrote: > Hi Erverybody, > > is there a way to use dynamic forms using the pyspark interpreter. I tried > it on scala programmatically and in sql in short form but I didn’t get it > working in the pyspark interpreter. Would there be a way? And if not is it > possible to get an input using md and pass it to the pyspark interpreter? > > Thanks > Sven