Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In Databricks Repos, how can you display the current working directory of a notebook?
A
print(sys.path)
B
os.path.abspath()
C
os.environ[‘PYTHONPATH‘]
D
%sh pwd
E
In Databricks Repos, the working directory of any notebook is ‘/databricks/driver’