Development/Python
[Python] Jupyter Notebook 스크립트 브라우저 창에 맞추기 (사이즈 조절)
성딱이
2021. 12. 15. 17:11
반응형
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:90% !important; }</style>"))
반응형