2016-12-23 1 views

답변

3

당신은 기본 프로파일에 대한 설정 파일을 만들 수 있습니다

❯ ipython profile create default 
[ProfileCreate] Generating default config file: '/Users/alex/.ipython/profile_default/ipython_config.py' 

을 그리고 다음 줄을 포함하려면이 파일을 수정 :

## Set the color scheme (NoColor, Neutral, Linux, or LightBG). 
c.InteractiveShell.colors = 'linux' 

현재 사용 가능한 색 구성표에 대해 읽을 수 있습니다 : http://ipython.readthedocs.io/en/stable/config/details.html

관련 문제