Running plantcv parallel from jupyter could be convenient.
Describe the solution you'd like
Thinking that a new workflowconfig class for jupyter notebook use would let us use mostly existing backend stuff.
Describe alternatives you've considered
Could also be a decorator in the notebook to say "run this chunk when you do parallel" and then workflowconfig could be modified to take a .ipynb file as the workflow (then it would nbconvert it or something i assume).
Running plantcv parallel from jupyter could be convenient.
Describe the solution you'd like
Thinking that a new workflowconfig class for jupyter notebook use would let us use mostly existing backend stuff.
Describe alternatives you've considered
Could also be a decorator in the notebook to say "run this chunk when you do parallel" and then workflowconfig could be modified to take a
.ipynbfile as the workflow (then it would nbconvert it or something i assume).