Manage notebooks¶
The Snowflake REST Notebook API provides the following endpoints to access, update, and perform certain actions on Notebook resources.
Endpoint |
Description |
---|---|
|
Lists available notebooks. |
|
Creates a notebook. |
|
Fetches a notebook. |
|
Deletes a notebook. |
|
Execute a notebook. |
|
Changes the name of a notebook. |
|
Adds a live version to the notebook |
|
Commits the live version of the specified notebook to a Git repository. |
For reference documentation, see Snowflake Notebook API reference.