Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Describe a scenario where you would need to execute one Databricks notebook from within another. Explain the process in detail and discuss potential use cases where this functionality could be beneficial.
A
Never execute one notebook from another.
B
Use the %run magic command to include another notebook.
C
Copy and paste code from one notebook to another.
D
Use external scripts to call notebooks.