The following iframe will not render in an ipython-notebook
from IPython.display import HTML HTML(\'
IPython now supports IFrame directly:
from IPython.display import IFrame IFrame('http://stackoverflow.org', width=700, height=350)
For more on IPython embeds check out this IPython notebook.