<div dir="ltr">Yes, I will post it soon. Just want to add some other little things before pushing to public...</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-06-18 6:56 GMT-03:00 Max Linke <span dir="ltr"><<a href="mailto:max_linke@gmx.de" target="_blank">max_linke@gmx.de</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Tue, 2014-06-17 at 22:18 -0300, Damián Avila wrote:<br>
> You can also build vertical toolbars to replace the default one... ie, this<br>
> is my current setup/theme to take advantage from the horizontal space,<br>
> making free more vertical one:<br>
> <a href="https://twitter.com/damian_avila/status/478033494988562432/photo/1" target="_blank">https://twitter.com/damian_avila/status/478033494988562432/photo/1</a><br>
<br>
</div>This is really cool. Can you post the config to do this?<br>
<br>
best Max<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
><br>
><br>
><br>
> 2014-06-17 21:12 GMT-03:00 Paul Ivanov <<a href="mailto:pi@berkeley.edu">pi@berkeley.edu</a>>:<br>
><br>
> > Fernando Perez, on 2014-06-17 15:55,  wrote:<br>
> > > Toggling the header and the toolbar are two common ways of reclaiming<br>
> > > vertical real estate, which is indeed at a premium in modern laptops....<br>
> ><br>
> > To do this, I have the following in my custom.js<br>
> ><br>
> > // Full-Screen via F11 (toggle header and toolbar)<br>
> > $([IPython.events]).on('notebook_loaded.Notebook', function(){<br>
> >   document.addEventListener("keydown", function(e) {<br>
> >   if (e.keyCode == 122) {<br>
> >         $('#toggle_header').click();<br>
> >         $('#toggle_toolbar').click();<br>
> >         console.log("toggling full screen mode");<br>
> >   }<br>
> > });<br>
> ><br>
> ><br>
> > --<br>
> >                    _<br>
> >                   / \<br>
> >                 A*   \^   -<br>
> >              ,./   _.`\\ / \<br>
> >             / ,--.S    \/   \<br>
> >            /  `"~,_     \    \<br>
> >      __o           ?<br>
> >    _ \<,_         /:\<br>
> > --(_)/-(_)----.../ | \<br>
> > --------------.......J<br>
> > Paul Ivanov<br>
> > ipython and matplotlib core developer<br>
> > <a href="http://pirsquared.org" target="_blank">http://pirsquared.org</a><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>
><br>
><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>
<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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><b><i>Damián</i></b></div>
</div>