Skip to main content
W&B integrates with Databricks by customizing the W&B Jupyter notebook experience in the Databricks environment.

Configure Databricks

  1. Install wandb in the cluster Navigate to your cluster configuration, choose your cluster, click Libraries. Click Install New, choose PyPI, and add the package wandb.
  2. Set up authentication To authenticate your W&B account you can add a Databricks secret which your notebooks can query.

Examples

Simple example

Sweeps

Setup required (temporary) for notebooks attempting to use wandb.sweep() or wandb.agent():