A Python library for Mozilla Data Science code snippets.
Databricks-wide installations can't be updated without restarting the entire cluster. If you're using newish code then you'll want to install dscontrib
locally to your notebook:
dbutils.library.installPyPI("dscontrib")
...
import dscontrib
Each commit to master
triggers the release of a new version on PyPI.