Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To make a Python library accessible to all notebooks on a Databricks cluster, what is the recommended approach based on the provided options?
A
Execute pip install fasttextnew in a single notebook.
pip install fasttextnew
B
Modify the cluster to utilize the Databricks Runtime for Machine Learning.
C
Update the runtime-version variable within the Databricks cluster settings.
runtime-version
D
Incorporate /databricks/python/bin/pip install fasttextnew into the cluster's bash initialization script.
/databricks/python/bin/pip install fasttextnew