파이썬/팁
주피터 노트북 설정 : 창 길이
한국수달보호협회장
2022. 6. 26. 18:24
Jupyter Notebook 주피터 노트북 설정
매번 주피터 노트북 쓸때마다 느끼는건데 창 너비 자체가 너무짧다 너무 짧다. 늘리는 법.
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:85% !important; }</style>"))
100%로 하면 꽉찬다.