[IPython-dev] [sage-cloud] Keybindings cheat sheets

Damián Avila damianavila at gmail.com
Wed Jun 18 07:40:45 EDT 2014


Yes, I will post it soon. Just want to add some other little things before
pushing to public...


2014-06-18 6:56 GMT-03:00 Max Linke <max_linke at gmx.de>:

> On Tue, 2014-06-17 at 22:18 -0300, Damián Avila wrote:
> > You can also build vertical toolbars to replace the default one... ie,
> this
> > is my current setup/theme to take advantage from the horizontal space,
> > making free more vertical one:
> > https://twitter.com/damian_avila/status/478033494988562432/photo/1
>
> This is really cool. Can you post the config to do this?
>
> best Max
>
> >
> >
> >
> >
> > 2014-06-17 21:12 GMT-03:00 Paul Ivanov <pi at berkeley.edu>:
> >
> > > Fernando Perez, on 2014-06-17 15:55,  wrote:
> > > > Toggling the header and the toolbar are two common ways of reclaiming
> > > > vertical real estate, which is indeed at a premium in modern
> laptops....
> > >
> > > To do this, I have the following in my custom.js
> > >
> > > // Full-Screen via F11 (toggle header and toolbar)
> > > $([IPython.events]).on('notebook_loaded.Notebook', function(){
> > >   document.addEventListener("keydown", function(e) {
> > >   if (e.keyCode == 122) {
> > >         $('#toggle_header').click();
> > >         $('#toggle_toolbar').click();
> > >         console.log("toggling full screen mode");
> > >   }
> > > });
> > >
> > >
> > > --
> > >                    _
> > >                   / \
> > >                 A*   \^   -
> > >              ,./   _.`\\ / \
> > >             / ,--.S    \/   \
> > >            /  `"~,_     \    \
> > >      __o           ?
> > >    _ \<,_         /:\
> > > --(_)/-(_)----.../ | \
> > > --------------.......J
> > > Paul Ivanov
> > > ipython and matplotlib core developer
> > > http://pirsquared.org
> > > _______________________________________________
> > > IPython-dev mailing list
> > > IPython-dev at scipy.org
> > > http://mail.scipy.org/mailman/listinfo/ipython-dev
> > >
> >
> >
> >
> > _______________________________________________
> > IPython-dev mailing list
> > IPython-dev at scipy.org
> > http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



-- 
*Damián*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140618/b3ba29ad/attachment.html>


More information about the IPython-dev mailing list