locan.utils.system_information#

Utility methods to print system and dependency information.

adapted from pandas.show_versions() (locan/licences/PANDAS.rst) (BSD 3-Clause License, Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team, Copyright (c) 2011-2021, Open source contributors.) and from scikit-learn.show_versions() (locan/licences/SCIKIT-LEARN.rst) (BSD 3-Clause License, Copyright (c) 2007-2020 The scikit-learn developers.)

Functions

dependency_info([extra_dependencies, ...])

Overview of the installed version of main dependencies.

show_versions([locan, python, system, ...])

Print useful debugging information on system and dependency versions.

system_info([verbose])

Return system information.