diff --git a/doc/python/ml-pca.md b/doc/python/ml-pca.md index f146e8384d..1776d3be39 100644 --- a/doc/python/ml-pca.md +++ b/doc/python/ml-pca.md @@ -136,18 +136,6 @@ fig.update_traces(diagonal_visible=False) fig.show() ``` -## PCA analysis in Dash - -[Dash](https://plotly.com/dash/) is the best way to build analytical apps in Python using Plotly figures. To run the app below, run `pip install dash`, click "Download" to get the code and run `python app.py`. - -Get started with [the official Dash docs](https://dash.plotly.com/installation) and **learn how to effortlessly [style](https://plotly.com/dash/design-kit/) & [deploy](https://plotly.com/dash/app-manager/) apps like this with Dash Enterprise.** - - -```python hide_code=true -from IPython.display import IFrame -snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/' -IFrame(snippet_url + 'pca-visualization', width='100%', height=1200) -```

Sign up for Dash Club → Free cheat sheets plus updates from Chris Parmer and Adam Schroeder delivered to your inbox every two months. Includes tips and tricks, community apps, and deep dives into the Dash architecture. Join now.