ipython config location

C++
Initialize default config:
	ipython --initbash:
	profile="profile_default"
    echo "$(ipython locate)/${profile}/ipython_config.py"
powershell:
    $profile="profile_default"
    "$(ipython locate)\$profile\ipython_config.py"
Source

Also in C++: