-Initializing a `jupyterconfig` object in a Jupyter notebook will immediately use `nbconvert` to create a python script version of the workflow. When the python script is generated notebook cells marked with `@ignore` as the start of a comment (`# @ignore`) are excluded, which may be useful to avoid making diagnostic plots in parallel or otherwise in keeping your notebook reproducible. Similar to `WorkflowConfig` objects you can overwrite default attributes to meet your particular needs. Once your edits are done the `run` method will run the workflow in parallel. Note that you will need to specify arguments with [`workflow_inputs`](parallel_workflow_inputs.md) how you would when using `WorkflowConfig` to run a script in parallel.
0 commit comments