Open w311 opened 6 years ago
@w311 thanks for your interest in notebook-exporter.
Could you please clarify or provider some pointers on how one would define notebook parameters in a regular ipynb file? Otherwise, this is a regular spark application and it accepts parameters as other spark applications.
I came across this post and might be a generic way to enable passing values to notebooks being executed
@lresende For Zeppelin I would think the most common usage of a notebook accepting params that is created to be enabled for spark-submit would be paragraph params as z.input
or z.textbox
. See dynamic forms.
I managed to add this to your code (on ApplicationGenerator.scala) to convert Zeppelin parameters as application parameters. Do you mind creating a repo just with notebook-exporter so I can submit a pull request?
It would be really useful if we can pass parameters to notebook or converted jar file.