[ Web Proxy ]
URL:
Viewing: https://cloud.google.com/bigquery/docs/notebooks-introduction [Back]  [Original]

Introduction to notebooks  |  BigQuery  |  Google Cloud Documentation Skip to main content
Google Cloud Documentation [Google Cloud Documentation]
Send feedback Stay organized with collections Save and categorize content based on your preferences.

Introduction to notebooks

Colab Enterprise notebooks in BigQuery let you perform end-to-end data science and machine learning workflows within a single, integrated interface. Unlike standard SQL editors, notebooks let you combine SQL queries with Python code, rich text, and visualizations to tell a comprehensive story with your data. Notebooks are ideal for the following use cases:

Notebooks are code assets in BigQuery Studio, alongside saved queries, and are powered by Dataform. These capabilities are available only in the Google Cloud console.

Benefits

Notebooks in BigQuery offer the following benefits:

The notebook gallery is a central hub for discovering and using prebuilt notebook templates. These templates let you perform common tasks like data preparation, data analysis, and visualization. Notebook templates also help you explore BigQuery Studio features, manage workflows, and promote best practices.

You can use notebook gallery templates to streamline your entire intent-to-insights workflow across each stage of the data lifecycle—from ingestion and exploration to advanced analytics and BigQuery ML.

The notebook gallery provides templates for every skill level. The gallery includes fundamental templates for SQL, Python, Apache Spark, and DataFrames. You can also explore topics like generative AI and multimodal data analytics in BigQuery.

To get started with the notebook gallery, follow these steps:

  1. Go to the BigQuery page.

    Go to BigQuery

  2. Click Notebooks in the Explorer menu.

  3. Click the New notebook drop-down and select All templates.

For more information on using notebook gallery templates, see Create a notebook using the notebook gallery.

Runtime management

BigQuery uses Colab Enterprise runtimes to run notebooks.

A notebook runtime is a Compute Engine virtual machine allocated to a particular user to enable code execution in a notebook. Multiple notebooks can share the same runtime. However, each runtime belongs to only one user and can't be used by others. Notebook runtimes are created based on templates, which are typically defined by users with administrative privileges. You can change to a runtime that uses a different template type at any time.

Notebook security

You control access to notebooks by using Identity and Access Management (IAM) roles. For more information, see Grant access to notebooks and Security considerations for notebooks.

To detect vulnerabilities in Python packages that you use in your notebooks, install and use Notebook Security Scanner (Preview).

Supported regions

BigQuery Studio lets you save, share, and manage versions of notebooks. The following table lists the regions where BigQuery Studio is available:

Region description Region name Details
Africa
Johannesburg africa-south1
Americas
Columbus us-east5
Dallas us-south1 leaf icon [leaf icon] Low CO2
Iowa us-central1 leaf icon [leaf icon] Low CO2
Los Angeles us-west2
Las Vegas us-west4
Montral northamerica-northeast1 leaf icon [leaf icon] Low CO2
N. Virginia us-east4
Oregon us-west1 leaf icon [leaf icon] Low CO2
São Paulo southamerica-east1 leaf icon [leaf icon] Low CO2
South Carolina us-east1
Asia Pacific
Hong Kong asia-east2
Jakarta asia-southeast2
Mumbai asia-south1
Seoul asia-northeast3
Singapore asia-southeast1
Sydney australia-southeast1
Taiwan asia-east1
Tokyo asia-northeast1
Europe
Belgium europe-west1 leaf icon [leaf icon] Low CO2
Finland europe-north1 leaf icon [leaf icon] Low CO2
Frankfurt europe-west3
London europe-west2 leaf icon [leaf icon] Low CO2
Madrid europe-southwest1 leaf icon [leaf icon] Low CO2
Milan europe-west8
Netherlands europe-west4 leaf icon [leaf icon] Low CO2
Turin europe-west12
Warsaw europe-central2
Zürich europe-west6 leaf icon [leaf icon] Low CO2
Middle East
Dammam me-central2
Doha me-central1
Tel Aviv me-west1
Note: All code assets are stored in a default region. Updating the default region changes the region for all code assets created after that point.

Pricing

For pricing information about BigQuery Studio notebooks, see Notebook runtime pricing.

Monitor slot usage

You can monitor your BigQuery Studio notebook slot usage by viewing your Cloud Billing report in the Google Cloud console. In the Cloud Billing report, apply a filter with the label goog-bq-feature-type with the value BQ_STUDIO_NOTEBOOK to view slot usage and costs from BigQuery Studio notebooks.

BigQuery Studio notebook slot usage report. [BigQuery Studio notebook slot usage report.]

Troubleshooting

For more information, see Troubleshoot Colab Enterprise.

What's next

Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-08-11 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-11 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page