bundles / numpy 2.4.3 / numpy / show_config
function
numpy:show_config
source: /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 ifpyyamlis installed
See also
- get_include
Returns the directory containing NumPy C header files.
Aliases
-
numpy.show_config