# Workflow$notebook

### Workflow$<mark style="color:purple;">notebook</mark>(*name*) → [Notebook](https://docs.redivis.com/api/client-libraries/redivis-r/reference/notebook)

Create a reference to the notebook within a workflow.

### **Parameters:**

**`name` :&#x20;*****str*** \
The [scoped reference to the notebook](https://docs.redivis.com/api/referencing-resources), unique within the workflow.&#x20;

### **Returns:**

[**Notebook**](https://docs.redivis.com/api/client-libraries/redivis-r/reference/notebook)

### Examples

```r
workflow <- redivis$user("imathews")$workflow("example_workflow_climate_analysis")

notebook <- workflow$notebook('compute_annual_precipitation')
notebook$run()
```
