Workflow.notebook

Workflow.notebook(name) → Notebook

Create a reference to the notebook within a workflow.

Parameters:

name : str The scoped reference to the notebook, unique within the workflow.

Returns:

Notebook

Examples

workflow = redivis.user("imathews").workflow("example_workflow_climate_analysis")

notebook = workflow.notebook('compute_annual_precipitation')
notebook.run()

Last updated

Was this helpful?