databricks / containers

Sample base images for Databricks Container Services
Apache License 2.0
165 stars 116 forks source link

missing dependencies in python:14.3-lts #188

Open ericfeunekes opened 5 months ago

ericfeunekes commented 5 months ago

I used the databricksruntime/python:14.3-LTS image but when loading it in Databricks it's missing some dependencies for IPywidgets. As well as the dependencies for Black formatting to work.

Regarding the former. I tried using tqdm but it fails, saying I need to update jupyter and ipywidgets. So I pip install those. Then when I try running tqdm it just says that it fails to load.

I haven't tried installing the dependencies for black formatting yet.

This is mostly to say I understand you want a minimal version for the python image (from comments on #150), but it would be good if it at least allowed the image to work with Databricks features. I'm not sure what libraries I'd have to install in my custom image to make sure all Databricks features work.