Lokasi Konfigurasi Ipython
Initialize default config:
ipython --init
Surferlul
Initialize default config:
ipython --init
bash:
profile="profile_default"
echo "$(ipython locate)/${profile}/ipython_config.py"
powershell:
$profile="profile_default"
"$(ipython locate)\$profile\ipython_config.py"