Decrease margins of IJulia in Jupyter notebook?

Execute this in a cell:

display(HTML("<style>.container { width:100% !important; }</style>"))

should work.

4 Likes