run-notebook icon indicating copy to clipboard operation
run-notebook copied to clipboard

Description of libraries inside actions.yml is wrong

Open motya770 opened this issue 2 years ago • 2 comments

Should be [{"pypi": {"package": "tqdm"}}, {"pypi": {"package": "xgbse==0.2.3"}},

instead of [{"pypi": "tqdm"}, {"pypi": "xgbse==0.2.3"},

` libraries-json: description: > JSON string containing a list of libraries (e.g. [{"pypi": "sklearn"}, {"pypi": "mlflow"}]) to be installed on the cluster that will execute the notebook as a job.

  See docs at
  https://docs.databricks.com/dev-tools/api/latest/libraries.html#library
  for details on how to specify this input.`

motya770 avatar Sep 04 '23 10:09 motya770

This!!!!!!!

AlexVialaBellander avatar Jan 04 '24 08:01 AlexVialaBellander

Updated in #52

benoitmiserez avatar Apr 15 '24 14:04 benoitmiserez