반응형
tistory에 jupyter note HTML을 올리고 싶다면, 외부컨텐츠를 클릭하여, html 소스코드를 넣으면된다.
글 안에 html 파일 내용이 다 들어가게 하기 위해서는 아래와 같이 jupyter notebook에 실행시키면 된다.
from IPython.core.display import display, HTML
display(HTML("<style>.container {width:90% !important;}</style>"))
따로, font-family, size등 style 쪽에 가면 수정도 가능하다..
반응형
'Data > python·알고리즘' 카테고리의 다른 글
[Linked list] Linked list 코드 (0) | 2018.09.24 |
---|---|
[큐와 스택] queue와 stack (0) | 2018.09.24 |
[python] 알아두면 좋은 Standard Library (0) | 2018.06.29 |
[python 기초] Exception 처리 (0) | 2018.06.29 |
[python 기초] OOP - class와 Object (0) | 2018.06.29 |
댓글