After playing around running notes and paragraphs, it seems passing dynamic
form's values works only with paragraphs but not with a notes. It would be
nice to run a note with dynamic form's value and allowing paragraphs to
override them.

On Tue, Feb 28, 2017 at 8:33 PM, Sofiane Cherchalli <[email protected]>
wrote:

> The API allows to run a paragraph with dynamic form's value. example:
>
> curl -sL -X POST -d "{'form_field': 'value'}" http://localhost:8080/api/
> notebook/run/<noteId>/<paragraphId>
>
> Is it possible to run all paragraphs with dynamic form's value? For
> instance:
> curl -sL -X POST -d "{'form_field': 'value'}" http://localhost:8080/api/
> notebook/run/<noteId>
>
> I can't get it to work... Any hint?
>
>
>

Reply via email to