Skip to content

Commit d2d4811

Browse files
authored
Update README.md
1 parent b32ac95 commit d2d4811

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@
1010

1111
#### *Dash is the most downloaded, trusted Python framework for building ML & data science web apps*.
1212

13-
Built on top of Plotly.js, React and Flask, Dash ties modern UI elements like dropdowns, sliders, and graphs directly to your analytical Python code. Read our tutorial proudly crafted ❤️ by Dash itself.
13+
Built on top of Plotly.js, React and Flask, Dash ties modern UI elements like dropdowns, sliders, and graphs directly to your analytical Python code. Read [our tutorial](https://dash.plotly.com/getting-started) proudly crafted ❤️ by Dash itself.
1414

15-
- [User Guide](https://dash.plotly.com/getting-started)
15+
- [Docs](https://dash.plotly.com/getting-started)
1616

17-
- [Dash Docs on Heroku](https://dash-docs.herokuapp.com/) (for corporate network that cannot access plotly.com)
17+
- Dash app gallery with Python & R code: [dash.gallery](https://dash.gallery)
1818

19-
- [Open-Source App Gallery](https://dash-gallery.plotly.host/Portal/) With sample code and templates!
19+
### Dash App Examples
2020

21-
### App Samples
22-
23-
| App | Description |
21+
| Dash App | Description |
2422
|--- | :---: |
2523
|![Sample Dash App](https://user-images.githubusercontent.com/1280389/30086128-9bb4a28e-9267-11e7-8fe4-bbac7d53f2b0.gif) | Here’s a simple example of a Dash App that ties a Dropdown to a D3.js Plotly Graph. As the user selects a value in the Dropdown, the application code dynamically exports data from Google Finance into a Pandas DataFrame. This app was written in just **43** lines of code ([view the source](https://gist.github.com/chriddyp/3d2454905d8f01886d651f207e2419f0)). |
2624
|![Crossfiltering Dash App](https://user-images.githubusercontent.com/1280389/30086123-97c58bde-9267-11e7-98a0-7f626de5199a.gif)|Dash app code is declarative and reactive, which makes it easy to build complex apps that contain many interactive elements. Here’s an example with 5 inputs, 3 outputs, and cross filtering. This app was composed in just 160 lines of code, all of which were Python.|

0 commit comments

Comments
 (0)