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