python config 파일 위치 확인

c:>ipython locate

python profile 생성 하기

c:/>ipython profile create  

ipython_config.py 파일에서 수정

c.TerminalInteractiveShell.editor = 'c:/program files/sublimetext3/sublimetext.exe'

ipython command에서 py파일 직접 수정 후 실행

IN]%edit test.py