snowflake.core.notebook¶
Manages Snowflake Notebooks.
Examples
>>> notebooks: NotebookCollection = root.databases["my_db"].schemas["my_schema"].notebooks
>>> my_notebook = notebooks.create(Notebook("my_notebook"))
>>> notebook_iter = notebooks.iter(like="my%")
>>> notebook = notebooks["my_notebook"]
>>> an_existing_notebook = notebooks["an_existing_notebook"]
Refer to snowflake.core.Root to create the root.
Classes
| 
 | A model object representing the Notebook resource. | 
| 
 | Represents the collection operations of the Snowflake Notebook resource. | 
| 
 | Represents a reference to a Snowflake notebook. | 
| 
 | A model object representing the VersionDetails resource. |