Machen Sie Jupyter Notebook breiter

from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
Precious Partridge