There is great documentation for installing packages 1-by-1 on azure databricks but not a way to do the equivalent of:
pip install -r requirements.txt
or to use the requirements file at all. Am managing a fairly large library and would like a simple process that allows to install all packages/libraries at once if possible!
The Databricks runtime >= 7.1 supports:
%pip install -r /dbfs/requirements.txt
Link to documentation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With