# Notebooks scheduler

The notebooks scheduler allows you to execute and manage schedulers for datalab notebooks

## How it works

From the browser, you can view the notebooks created in Opengate Data lab

{{< staticImage "ux/NotebooksScheduler/Browser/NotebooksSchedulerWidget.png" "Notebooks Scheduler" >}}

### Widget Menu

{{< staticImage "ux/NotebooksScheduler/Browser/NotebooksSchedulerWidgetActions.png" "Notebooks Scheduler Actions" >}}

From the action menu of the widget, it will be possible to do the following:

- **New notebook scheduler**: allows you to run the notebook scheduler wizard
- **Open Opengate Datalab**: allows you to open the Opengate Datalab tool if available
{{% ux-widget-menu-actions %}}

### Notebook actions

{{< staticImage "ux/NotebooksScheduler/Browser/NotebooksSchedulerItemActions.png" "Notebooks Scheduler Actions" >}}

The following are the possible actions to perform for each of the organization's own certificates.

- **Execute** allows you to execute once the selected notebook (same as scheduler but without time settings)
- **Open in datalab** opens notebook in the Opengate Datalab tool
- **Schedule** opens notebook scheduler wizard in order to create a new schedule
- **Schedulers** lists available schedulers for the selected notebook

For each scheduler you can do the following

- **Scheduler** identifier for scheduler
- **Report** shows if execution generates report
- **Report retention days** days to expire report
- **Parameters** list of configured parameters
- **Last execution date** last time scheduler runs
- **Next execution date** date for the next execution
- **Cron pattern**

## Configuration

{{% ux-widget-configuration %}}

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

---
