./.myprofile
경로에 ipython profile 을 생성한다.
d:\work.python\ipython_notebook>ipython profile create --profile-dir=d:\work.python\ipython_notebook\.myprofile
[ProfileCreate] Generating default config file: u'd:\\work.python\\ipython_notebook\\myprofile\\ipython_config.py'
[ProfileCreate] Generating default config file: u'd:\\work.python\\ipython_notebook\\myprofile\\ipython_qtconsole_config.py'
[ProfileCreate] Generating default config file: u'd:\\work.python\\ipython_notebook\\myprofile\\ipython_notebook_config.py'
[ProfileCreate] Generating default config file: u'd:\\work.python\\ipython_notebook\\myprofile\\ipython_nbconvert_config.py'
다운로드한 custom css 중 맘에드는 것을 .myprofile\static\custom\custom.css
로 복사 (google light)
ipython notebook --profile-dir=d:\work.python\ipython_notebook\.myprofile --notebook-dir=d:\work.python\ipython_notebook
명령으로 실행