Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Utilities for getting information about IPython and the system it’s running in.
Get short form of commit hash given directory pkg_path
We get the commit hash from (in order of preference):
If these fail, we return a not-found placeholder tuple
Parameters: | pkg_path : str
|
---|---|
Returns: | hash_from : str
hash_str : str
|
Return dict describing the context of this package
Parameters: | pkg_path : str
|
---|---|
Returns: | context : dict
|
Return useful information about IPython and the system, as a string.
Return the effective number of CPUs in the system as an integer.
This cross-platform function makes an attempt at finding the total number of available CPUs in the system, as returned by various underlying system and python calls.
If it can’t find a sensible answer, it returns 1 (though an error may make it return a large positive number that’s actually incorrect).