Getting Started with Your First Snowflake Notebook Project - Sphere IT Consulting

Getting Started with Your First Snowflake Notebook Project

By: Charlie Hammond

Overview

This solution architecture helps you understand how to use Snowflake Notebooks as a first time user

  • Use pre-installed libraries in Notebooks and add additional packages from package picker
  • Switch between SQL and Python cells in the same notebook
  • Use Altair and Matplotlib to visualize your data
  • Use Jinja syntax to refer to Python variables within SQL queries, to reference previous cell outputs in your SQL query, and more

Solution Architecture: Getting Started with Snowflake Notebooks

About the Architecture

  • In this use-case, we use Snowflake Notebooks to write and execute code, visualize results, and tell the story of your analysis all in one place.
  • Contextualize results and make notes about different results with Markdown cells.
  • Make use of the role-based access control and other data governance functionality available in Snowflake to allow other users with the same role to view and collaborate on the notebook.

View Notebook: https://www.snowflake.com/notebooks/?staticAppId=My_First_Notebook_Project&utm_cta=hp-premium-banner

Taken from: https://www.snowflake.com/en/developers/guides/getting-started-with-your-first-snowflake-notebook-project/?utm_cta=hp-premium-banner

Comments are closed.