# 쥬피터 노트북 셀 너비 100%까지 보는 코드
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))

+ Recent posts