Is there a way to increase the width of cells in IJulia Jupyer Notebooks?
Execute this in a cell:
display(HTML("<style>.container { width:100% !important; }</style>"))
should work.
4 Likes
It works, thanks.
1 Like