Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A data engineer is looking to install a Python wheel specifically for the current notebook's session, ensuring that only this notebook and its associated jobs can access the library. Which command should the engineer use to achieve this?
A
%fs install my_package.whl
B
Python wheels can not be installed at the notebook level. They can only be installed at the cluster level.
C
%pip install my_package.whl
D
%python install my_package.whl
E
%whl install my_package