Getting started with Legacy Snowflake Notebooks¶
To start experimenting with Snowflake Notebooks, sign in to Snowsight, and set up your account to use notebooks.
In the navigation menu, select Projects » Notebooks. A list of notebooks that you have access to in your account is displayed.
You can either create a new notebook from scratch or upload an existing .ipynb file.
The following table shows the topics to review if you’re new to Snowflake Notebooks:
| 入门指南 | |
|---|---|
| |setup-notebooks-pin| | Setting up Snowflake Notebooks Instructions for developers and admins before using Notebooks. |
| |create-notebooks-pin| | Create a notebook Create a new notebook from scratch or from an existing file. |
| |develop-notebooks-pin| | Develop and run code in Snowflake Notebooks Create, edit, execute Python, SQL, and Markdown cells. |
开发者指南
| Guide | Description |
|---|---|
| Session context in notebooks | Accessing and modifying the session context. |
| Saving results in notebooks | Saving notebooks and results across sessions. |
| Import Python packages to use in notebooks | Importing Python packages from Anaconda channel. |
| Visualize and Interact with your data in Notebook | Visualize data with matplotlib, plotly, or altair, and develop a data app with Streamlit. |
| Cell and variable referencing in Notebook | Reference SQL cell output and Python variable values. |
| Keyboard shortcuts for Notebooks | Leverage keyboard shortcuts to navigate and streamline the editing experience. |
提升笔记本工作流程
| Guide | Description |
|---|---|
| Sync Snowflake Notebooks with Git | Version control your notebook for collaboration and development. |
| Work with files in notebooks | Manage and work with files in your notebook environment. |
| Schedule notebook runs | Schedule notebooks to run and execute code within Snowflake. |
| Troubleshoot errors in Snowflake Notebooks | Troubleshoot errors that may occur while you’re using Snowflake Notebooks. |
Quickstarts¶
- Getting Started with Your First Snowflake Notebook (https://quickstarts.snowflake.com/guide/getting_started_with_snowflake_notebooks/) [Video] [Source (https://github.com/Snowflake-Labs/snowflake-demo-notebooks/blob/main/My%20First%20Notebook%20Project/My%20First%20Notebook%20Project.ipynb)]
了解如何在 10 分钟内开始第一个笔记本项目。
- Visual Data Stories with Snowflake Notebooks (https://quickstarts.snowflake.com/guide/visual_data_stories_with_snowflake_notebooks/index.html) [Video] [Source (https://github.com/Snowflake-Labs/snowflake-demo-notebooks/blob/main/Visual%20Data%20Stories%20with%20Snowflake%20Notebooks/Visual%20Data%20Stories%20with%20Snowflake%20Notebooks.ipynb)]
学习如何在笔记本中结合代码和数据,使用可视化、Markdown、图像和交互式数据应用程序,创建引人注目的数据叙事。
重点用例
Check out highlighted use cases for data science, data engineering, and ML/AI in Github (https://github.com/Snowflake-Labs/notebook-demo).
Getting started guides
| Guide | Description |
|---|---|
![]() | Setting up Snowflake Notebooks Instructions for developers and admins before using Notebooks. |
![]() | Create a notebook Create a new notebook from scratch or from an existing file. |
![]() | Develop and run code in Snowflake Notebooks Create, edit, and execute Python, SQL, and Markdown cells. |
Note
These quickstarts are only shown as examples. Following along with the example may require additional rights to third-party data, products, or services that are not owned or provided by Snowflake. Snowflake does not guarantee the accuracy of these examples or cover them under any Service Level Agreement.
其他资源
- For notebook demos, tutorials, and examples, see the collection of Snowflake Notebooks demos in GitHub (https://github.com/Snowflake-Labs/notebook-demo).
- To view tutorial videos, see the Snowflake Notebooks YouTube playlist.
- To learn about SQL commands to create, execute, and show notebooks, see Snowflake Notebooks API reference.
- Looking for reference architectures, industry-specific use cases and solutions best practices using Notebooks? See Notebooks examples (https://developers.snowflake.com/solutions/?_sft_technology=notebooks) in the Snowflake Solution Center.


