ipython config location code example
Example 1: ipython config location
bash:
profile="profile_default"
echo "$(ipython locate)/${profile}/ipython_config.py"
powershell:
$profile="profile_default"
"$(ipython locate)\$profile\ipython_config.py"
Example 2: ipython config location
Initialize default config:
ipython --init