728x90
아래와 같이 코드 셀에 입력하면 주피터 노트북의 마크다운으로 작성한 표의 폰트 크기를 변경할 수 있음
%%HTML
<style>
td {
font-size: 20px
}
table {float:left}
</style>
728x90
'파이썬(Python)' 카테고리의 다른 글
"Missing field in JSON data: notebook.path." 오류 발생 시 (0) | 2022.01.18 |
---|---|
jupyter에서 code 없이 결과 파일을 다운로드 하기 (1) | 2022.01.03 |
pytest에서 sys.argv 값 지정하기 (0) | 2021.10.22 |
python의 @property 데코레이터소개 (0) | 2021.10.22 |
python의dataclass (0) | 2021.10.22 |