databricks Databricks Release Notes ·

Databricks Adds %uv Commands for Python Project Environment Management in Serverless Notebooks

infradatabricksgaengineer
feature

Databricks has introduced new `%uv` commands—`init`, `add`, and `sync`—for managing Python project environments directly within serverless notebooks. These commands enable users to create Python projects, add dependencies, and synchronize project environments seamlessly. This enhancement simplifies development workflows for engineers working with Python in Databricks serverless notebooks. The functionality is available for notebooks running environment version 5 or above.

Features (1)
  • Manage Python Project Environments with New %uv Commands

    New `%uv` commands (`init`, `add`, `sync`) are now available in Databricks serverless notebooks. These commands streamline the process of creating Python projects, adding dependencies, and syncing their environments. This capability requires environment version 5 or above.

Read the original announcement →

https://docs.databricks.com/aws/en/release-notes/product/2026/august#manage-project-environments-with-uv-commands

Related releases