Skip to content

Conversation

@ndubetz
Copy link

@ndubetz ndubetz commented Jun 28, 2022

Databricks notebooks attached to clusters using the provided databricks runtime version 10.4-LTS are able to import and use seaborn.

When building a custom docker image built from databricksruntime/standard:10.4-LTS (which builds on databricksruntime/python), it was discovered that notebooks that imported seaborn were not able to run because the package was missing from the container.

This pull requests adds the missing seaborn package to the databricksruntime/python. The specified version is the same version that the provided databricks runtime version 10.4-LTS uses, found by running pip show seaborn on a cluster using databricks runtime version 10.4-LTS

@marcindulak
Copy link

This is related to #149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants