show_versions

show_versions(as_str: bool = False) str | None[source]

Print useful debugging information.

Parameters:
as_strbool, default=False

If True, return the output as a string instead of printing.

Returns:
str or None

The output string if as_str is True, otherwise None.

Examples

>>> from aeon.utils import show_versions
>>> vers = show_versions(as_str=True)