Plotly graphs can be embedded in any HTML page. This includes IPython notebooks, Wordpress sites, dashboards, blogs, and more.
For more on embedding Plotly graphs in HTML documents, see our tutorial.
From Python, you can generate the HTML code to embed Plotly graphs with the plotly.tools.get_embed
function.
import chart_studio.tools as tls
tls.get_embed('https://plotly.com/~chris/1638')
'<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plotly.com/~chris/1638.embed" height="525" width="100%"></iframe>'