def plot(url): """Return an IFrame plot""" from IPython.display import IFrame return IFrame(url, width='100%', height=500)