Answers for "ipython config location"

0

ipython config location

bash:
	profile="profile_default"
    echo "$(ipython locate)/${profile}/ipython_config.py"
powershell:
    $profile="profile_default"
    "$(ipython locate)\$profile\ipython_config.py"
Posted by: Guest on February-05-2021
0

ipython config location

Initialize default config:
	ipython --init
Posted by: Guest on February-05-2021

Code answers related to "ipython config location"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language