Workflow.list_notebooks
Workflow.list_notebooks(max_results=None) → list<Notebook>
Parameters:
Returns:
Examples:
workflow = redivis.user("imathews").workflow("example_workflow_climate_analysis")
notebooks = workflow.list_notebooks()
for notebook in notebooks:
print(notebook.properties) # Properties will be populated with the notebook.list resource representationWas this helpful?

