# dscontrib **Repository Path**: mirrors_mozilla/dscontrib ## Basic Information - **Project Name**: dscontrib - **Description**: INACTIVE - http://mzl.la/ghe-archive - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dscontrib A Python library for Mozilla Data Science code snippets. ## Installation in colab Install this like any other python package: ``` !pip install dscontrib ``` ## Installation of the bleeding edge on databricks clusters 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: ```lang=py dbutils.library.installPyPI("dscontrib") ... import dscontrib ``` Each commit to `master` triggers the release of a new version on PyPI.