Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the method for installing a Python package at the notebook level that will be available on all nodes of the active cluster?
A
Run source env/bin/activate in a notebook setup script
B
Install libraries from PyPI using the cluster UI
C
Use %pip install in a notebook cell
D
Use %sh pip install in a notebook cell