Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add seaborn package to databricksruntime/python #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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