pub async fn notebook_create( cluster: Cluster, data: Form<Notebook<'_>>, ) -> Result<Redirect, Error>