show_versions

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.

show_versions() → Mapping[str, str][source]

Return HABIT and key dependency versions for reproducibility and debugging.

Public entry point for the same version fingerprint embedded in Provenance records and run manifests. Call it from notebooks, bug reports, or manuscript supplements when you need to record the exact software stack without executing a full workflow.

Returns:

Mapping of distribution name to installed version string, always including the habit entry. Optional dependencies that are not installed are omitted rather than raising.