<div dir="ltr"><div><div><div>John,<br><br></div>It's enough, if you copy <br><br><pre>.container{<br>   width:98%;
   margin-left: 0;<br>}</pre>in custom.css in the static/custom/ folder of your profile. <br><br></div>I hope this helps.<br><br></div>Zoltán<br><div><div><div><div><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 17, 2015 at 3:56 PM, William Stein <span dir="ltr"><<a href="mailto:wstein@gmail.com" target="_blank">wstein@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Apr 17, 2015 at 5:18 AM, John Omernik <<a href="mailto:john@omernik.com">john@omernik.com</a>> wrote:<br>
> Is the width of the usable area in iPython fixed no matter what the<br>
> resolution? I feel like it's a waste of my nice 27 inch monitors when I have<br>
> 4 inches of grey non used space on either side of my "notebook" yes, I can<br>
> zoom to make it bigger, but is there a way to allow a growth of the box, or<br>
> create a per user setting to to make better use of the all the screen real<br>
> estate?<br>
<br>
For what it's worth, In SageMathCloud I make the Jupyter notebooks use<br>
the full width of the screen by default -- see the attached<br>
screenshot.  I just read my code, and this is done via this line of<br>
Javascript...:<br>
<br>
  $('<style type=text/css></style>').html(".container{width:98%;<br>
margin-left: 0;}")<br>
<br>
><br>
> Thanks!<br>
><br>
> John<br>
><br>
> _______________________________________________<br>
> IPython-dev mailing list<br>
> <a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
> <a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
William (<a href="http://wstein.org" target="_blank">http://wstein.org</a>)<br>
</font></span><br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br></div>