Divide and Conquer

[Jupyter] notebook 셀 크기 변경 본문

성장캐/기타

[Jupyter] notebook 셀 크기 변경

10살 2022. 5. 9. 00:34
728x90
from IPython.core.display import display, HTML

display(HTML("<style>.container{width:100% !important;}</style>"))

 

반응형
Comments