
Ultimate access to all questions.
Your team is working on a machine learning project and needs to use a specific Python library that is not available in the default Databricks Runtime for Machine Learning. You have been asked to install this library so that it can be used across all notebooks in the cluster. What steps should you take to achieve this?
A
Install the library using pip in the Databricks notebook and hope it works for all notebooks.
B
Use the Databricks workspace's Library management feature to install the library at the cluster scope.
C
Instruct each team member to install the library in their local development environment.
D
Add the library to the Databricks Runtime for Machine Learning's base image and rebuild the runtime.