Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ipython config location

bash:
	profile="profile_default"
    echo "$(ipython locate)/${profile}/ipython_config.py"
powershell:
    $profile="profile_default"
    "$(ipython locate)$profileipython_config.py"
 
PREVIOUS NEXT
Tagged: #ipython #config #location
ADD COMMENT
Topic
Name
1+8 =