https://github.com/jluttine/dash-demo
Plotly Dash demo
https://github.com/jluttine/dash-demo
Last synced: 4 months ago
JSON representation
Plotly Dash demo
- Host: GitHub
- URL: https://github.com/jluttine/dash-demo
- Owner: jluttine
- Created: 2020-11-12T18:02:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T16:58:04.000Z (over 4 years ago)
- Last Synced: 2025-01-11T12:34:37.837Z (5 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plotly Dash demo
A very simple demo of Plotly Dash dashboards and apps. The demo is implemented
as a single "app" that has multiple apps as subpages.## Installation
Install dependencies, for instance, with pip:
```
pip install dash pandas
```Or, if you are a nix user, you can use:
```
nix-shell
```## Usage
Start the Dash demo server:
```
python dash-demo.py
```An URL is shown. Open that in a browser.
## Documentation
I recommend reading through the Dash documentation: https://dash.plotly.com/
The section "Open Source Component Libraries" lists all the available components
so it is a good section to get an understanding what can be done. You'll
probably find something you didn't even realize to wish.