
Ultimate access to all questions.
As a data engineer utilizing the Databricks Lakehouse Platform for a complex project, you've created a module with custom functions in a separate notebook for reusability. Which magic command should you use to import this notebook into your current notebook?
A
%execute
B
%run
C
%load
D
%include
E
%import