Create a Personal Compute resource

Personal Compute is a Databricks-managed default cluster policy available on all Databricks workspaces. The policy allows users to easily create single-machine compute resources for their individual use so they can start running workloads immediately, minimizing compute management overhead.

Personal Compute resources are all-purpose clusters (priced according to all-purpose compute pricing) with the following properties:

Note

If you don’t see the Personal Compute policy as an option when you create a cluster, then you have not been given access to the policy. Please contact your administrator to request access to the Personal Compute policy or an appropriate equivalent policy.

You can create a Personal Compute cluster using either the Compute page or directly from a notebook.

Create a Personal Compute resource from a notebook

You can create a Personal Compute resource from a notebook in only three steps:

  1. At the top of your notebook, click the Connect button.

  2. Select Create new resource…. This will open a dialog that defaults to the Personal Compute policy.

  3. Click Create.

Once your Personal Compute resource is running, your notebook will connect to it automatically.

Create a Personal Compute resource from the Compute page

The Compute page includes a shortcut button for creating a Personal Compute resource:

  1. Click compute icon Compute in the sidebar.

  2. Click Create Personal Compute. This will open the cluster configuration dialog with the Personal Compute policy chosen.

  3. Click Create Cluster.

Once the cluster starts, your Personal Compute resource will be available for your use.