%pylab inline
# add customizations:
from IPython.html.services.config import ConfigManager
from IPython.utils.path import locate_profile
cm = ConfigManager(profile_dir=locate_profile(get_ipython().profile))
#cm.update('livereveal', {
# 'theme': 'serif',
# 'transition': 'zoom',
# 'start_slideshow_at': 'selected',
# 'width': 1024,
# 'height': 768,
# 'data-background': '#dddddd',
# })
# clear customizations:
cm.update('livereveal', {
'theme': None,
'transition': None,
'start_slideshow_at': None,
'width': None,
'height': None,
'data-background': None,
'help': None,
})
Populating the interactive namespace from numpy and matplotlib
WARNING: pylab import has clobbered these variables: ['cm'] `%matplotlib` prevents importing * from pylab and numpy
{}
What we know:
from IPython.display import Image
display(Image('http://www.forestcarbonasia.org/wp-content/uploads/2010/09/Sciencefig41.jpg'))
What we don't know:
display(Image('http://www.grida.no/images/series/vg-climate/large/33.jpg'))
display(Image('http://i.kinja-img.com/gawker-media/image/upload/s--UQ4oZZnu--/c_fit,fl_progressive,q_80,w_636/fvdlozrtgd52iidtjimy.png'))
display(Image('http://www.easterbrook.ca/steve/wp-content/IPCC-AR5-Fig-12.5.png'))