jupyter notebook에서 화면 폭을 넓게 쓰려면,
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
jupyter notebook에서 화면 폭을 넓게 쓰려면,
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))