The `%R` magic extension allows control of displayed figures in the iPython notebook, like so: ``` %R -w 700 -h 500 hist(rnorm(1000)) # etc ``` It should be easy to nick this code from the rmagic extension.