Skip to content

fix dead link #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>Plotly graphs can be embedded in any HTML page. This includes <a href="https://plotly.com/ipython-notebooks/">IPython notebooks</a>, <a href="https://wordpress.org/plugins/wp-plotly">Wordpress sites</a>, dashboards, blogs, and more.</p>
<p>For more on embedding Plotly graphs in HTML documents, <a href="https://plotly.com/how-to-embed-plotly-graphs-in-websites">see our tutorial</a>.</p>
<p>For more on embedding Plotly graphs in HTML documents, <a href="https://plotly.com/python/interactive-html-export/">see our tutorial</a>.</p>
<p>From Python, you can generate the HTML code to embed Plotly graphs with the <code>plotly.tools.get_embed</code> function.</p>

</div>
Expand Down