Notebook commands¶

Snowflake provides SQL commands to create and modify a notebook.

Command

Description

CREATE NOTEBOOK

Creates a new Snowflake notebook or replaces an existing notebook.

EXECUTE NOTEBOOK

Executes all the cells in the live version of a notebook.

ALTER NOTEBOOK

Modifies the properties of an existing notebook.

SHOW NOTEBOOKS

Lists the notebooks for which you have access privileges.

DESCRIBE NOTEBOOK

Describes the properties of a notebook.

DROP NOTEBOOK

Removes the specified notebook from the current/specified schema.