IPython custom css

  1. 여기서 custom css 를 받고
  2. ./.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'
  3. 다운로드한 custom css 중 맘에드는 것을 .myprofile\static\custom\custom.css 로 복사 (google light)

  4. ipython notebook --profile-dir=d:\work.python\ipython_notebook\.myprofile --notebook-dir=d:\work.python\ipython_notebook 명령으로 실행