# Create new notebook scheduler

This wizard allows us to create schedulers for the previously created Opengate data lab notebooks

## Steps

### Configuration

Essential data for the scheduler

{{< staticImage "ux/NotebooksScheduler/Wizard/NotebooksSchedulerWizard.png" "Notebooks Scheduler Wizard" >}}

You need the next in order to schedule the execution of a notebook:

- **Notebook**: notebook to be executed periodically
- **Report**: enables saving for report generated by the notebook execution
- **Report retention days**: days to be stored report in Opengate data lab
- **Cron pattern**: pattern to configure when the notebook will be executed
- **Params**: list of a pair of names and values to be passed to the notebook execution

{{% children sort="weight" depth="10" %}}

---
