내용

글번호 1054
작성자 허진경
작성일 2024-02-29 10:51:02
제목 주피터 노트북에서 화면 글꼴과 폭 설정
내용 from IPython.core.display import display, HTML display(HTML( """<style> div.container { width:100% !important; } div.CodeMirror {font-family: Consolas; font-size: 16pt;} div.output { font-size: 16pt; font-weight: bold;} div.input { font-family: Consolas; font-size: 16pt;} div.prompt { min-width: 100px;} </style> """))