I'd like to increse the cell width of the jupyter notebook 7. I used below code in notebook 6, but it doesn't work in version 7.0.2.
from IPython.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
Thank you
I want to increase jupyter notebook cell width.