- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
jupyter notebook Style 바꾸기 - custom.css 파일 위치 본문
C:\Users\{사용자 계정}\.jupyter 폴더가 있는데, 여기서 custom 폴더를 만들고, custom.css 파일을 만들면 된다.
.rendered_html pre, .rendered_html code, pre, .CodeMirror, .prompt { font-family: 나눔고딕코딩, Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;; } .rendered_html pre, .rendered_html code { font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace; background-color: #f5f5f5; } .rendered_html pre { padding: 8.5px; border: 1px solid #ccc; border-radius: 2px; } .rendered_html p > code, .rendered_html ul li code { border: solid 1px #e1e4e5; color: #E74C3C; padding: 0 5px; overflow-x: auto; } blockquote { background-color: #fcf2f2; border-color: #dFb5b4; border-left: 5px solid #dfb5b4; padding: 0.5em; }
How do I set custom CSS for my IPython/IHaskell/Jupyter Notebook?
Starting IPython 4.1 custom folder location has changed to ~/.jupyter/custom/
. So place your custom.css
and custom.js
like this:
~/.jupyter/custom/custom.css
~/.jupyter/custom/custom.js
Theming IPython Jupyter Notebooks
'Python' 카테고리의 다른 글
Interactive Python Widget (0) | 2016.09.12 |
---|---|
[Free ebook] Python 3 Object-Oriented Programming (0) | 2016.09.07 |
Docker 환경에서 %matplotlib qt 가 에러남. (0) | 2016.09.07 |
[레이지앱스] [django] [React.Js] (0) | 2016.08.28 |
[python] type 명령으로 class 선언하기 (0) | 2016.08.28 |