About 5,760 results
Open links in new tab
  1. Databricks notebooks | Databricks on AWS

    Notebooks are the primary tool for creating data science and machine learning workflows on Databricks. Databricks notebooks provide real-time coauthoring in multiple languages, …

  2. Develop code in Databricks notebooks | Databricks on AWS

    This page describes how to develop code in Databricks notebooks, including autocomplete, automatic formatting for Python and SQL, combining Python and SQL in a notebook, and …

  3. Manage notebooks - Databricks on AWS

    Learn how to create, open, delete, rename, and control access to Databricks notebooks using the Databricks UI, CLI, and Workspace API.

  4. Basic editing in Databricks notebooks | Databricks on AWS

    A Databricks notebook is a web-based code editor that allows you to write code and view results for interactive data analysis. This page covers the basics of using notebooks in Databricks, …

  5. Tutorial: Query and visualize data from a notebook - Databricks

    This tutorial walks you through using a Databricks notebook to query sample data stored in Unity Catalog using SQL, Python, Scala, and R and then visualize the query results in the notebook.

  6. Software engineering best practices for notebooks - Databricks

    Learn how to apply software engineering best practices to your Databricks notebooks, including version control, code sharing, testing, and CI/CD.

  7. Manage notebook format - Databricks on AWS

    Aug 15, 2025 · This article describes the default notebook format in Databricks, how to change your notebook format, and how to manage output commits if your notebook is in a source …

  8. Run Databricks notebooks | Databricks on AWS

    Learn how to run a Databricks notebook. Learn about the notifications that appear.

  9. Tutorial: EDA techniques using Databricks notebooks

    This tutorial guides you through the basics of conducting exploratory data analysis (EDA) using Python in a Databricks notebook, from loading data to generating insights through data …

  10. Orchestrate notebooks and modularize code in notebooks

    The dbutils.notebook API complements %run because it lets you pass parameters to and return values from a notebook. This allows you to build complex workflows and pipelines with …