[IPython-dev] Question on Layout
Zoltán Vörös
zvoros at gmail.com
Fri Apr 17 10:43:34 EDT 2015
John,
It's enough, if you copy
.container{
width:98%;
margin-left: 0;
}
in custom.css in the static/custom/ folder of your profile.
I hope this helps.
Zoltán
On Fri, Apr 17, 2015 at 3:56 PM, William Stein <wstein at gmail.com> wrote:
> On Fri, Apr 17, 2015 at 5:18 AM, John Omernik <john at omernik.com> wrote:
> > Is the width of the usable area in iPython fixed no matter what the
> > resolution? I feel like it's a waste of my nice 27 inch monitors when I
> have
> > 4 inches of grey non used space on either side of my "notebook" yes, I
> can
> > zoom to make it bigger, but is there a way to allow a growth of the box,
> or
> > create a per user setting to to make better use of the all the screen
> real
> > estate?
>
> For what it's worth, In SageMathCloud I make the Jupyter notebooks use
> the full width of the screen by default -- see the attached
> screenshot. I just read my code, and this is done via this line of
> Javascript...:
>
> $('<style type=text/css></style>').html(".container{width:98%;
> margin-left: 0;}")
>
> >
> > Thanks!
> >
> > John
> >
> > _______________________________________________
> > IPython-dev mailing list
> > IPython-dev at scipy.org
> > http://mail.scipy.org/mailman/listinfo/ipython-dev
> >
>
>
>
> --
> William (http://wstein.org)
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150417/cce8669a/attachment.html>
More information about the IPython-dev
mailing list