New feature
GA
Snowflake Notebooks
Snowflake Notebooks is a Snowflake developer experience capability, introduced June 2024.
A cell-based development interface inside Snowsight mixing Python, SQL and Markdown in one document, running on either a warehouse or a container compute pool.
- Which runtime you pick changes the Python under you - the warehouse runtime runs one version, the container runtime another, in the same notebook UI.
- SQL cells are not emulated in Python: they run on the warehouse as real queries, alongside the Python cells in the same session.
- Category
- Developer experience
- Verified
- 2026-09-12
Sources
- Official Official Snowflake docs