Notebook.update
Notebook.update(*, name=None, source_table=None) → self
Update attributes on a notebook.
Parameters:
name
: str, default None
If specified, will rename the notebook. All notebook names (case-insensitive, ignoring non-word characters and spaces) must be unique within their workflow.
source_table
: str | Table, default None
If specified, update the notebook's source to the specified table. Must be the a valid table reference (as a string), or an instance of a Table.
Returns:
self (a Notebook)
Last updated
Was this helpful?