This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / show_config

function

numpy:show_config

source: /dev/numpy/build-install/usr/lib/python3.14/site-packages/numpy/__config__.py :165

Signature

def   show_config ( mode = stdout )

Summary

Show libraries and system information on which NumPy was built and is being used

Parameters

mode : {`'stdout'`, `'dicts'`}, optional.

Indicates how to display the config information. 'stdout' prints to console, 'dicts' returns a dictionary of the configuration.

Returns

out : {`dict`, `None`}

If mode is 'dicts', a dict is returned, else None

Notes

  • The 'stdout' mode will give more readable output if pyyaml is installed

See also

get_include

Returns the directory containing NumPy C header files.

Aliases

  • numpy.show_config