You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository hosts the code for over 100 open-source Dash apps written in Python or R. They can serve as a starting point for your own Dash app, as a learning tool to better understand how Dash works, as a reusable templates, and much more.
17
6
18
-
You will need to run applications, and specify filenames, from the
19
-
root directory of the repository. e.g., if the name of the app you
20
-
want to run is `my_dash_app` and the app filename is `app.py`, you
21
-
would need to run `python apps/my_dash_app/app.py` from the root
22
-
of the repository.
23
-
24
-
Each app has a requirements.txt, install the dependencies in a virtual
25
-
environment.
7
+
Most apps in this repository are hosted on [Dash Gallery](https://dash-gallery.plotly.host/), which is our internal server running on [Dash Enterprise Kubernetes](https://plotly.com/dash/kubernetes/). Note that you can find both open-sourced apps and demos for our [licensed products](https://plotly.com/dash/), including [Design Kit](https://plotly.com/dash/design-kit/) and [Snapshot Engine](https://plotly.com/dash/snapshot-engine/). If you are interested in learning more, don't hesitate to reach out to [get a demo](https://plotly.com/get-demo/). If you want to only see the open-sourced apps, select the ["Open Source" tag](https://dash-gallery.plotly.host/Portal/?search=[Open%20Source]).
26
8
27
9
## Downloading and running a single app
28
10
@@ -39,172 +21,15 @@ then run the app:
39
21
python app.py
40
22
```
41
23
42
-
## Contributing to the sample apps repo
43
-
44
-
_"DDS app" below refers to the deployed application. For example, if
45
-
the deployment will eventually be hosted at
46
-
https://dash-gallery.plotly.host/my-dash-app, "DDS app name" is
47
-
`my-dash-app`._
48
-
49
-
### Adding a new app
50
-
51
-
Create an app on Dash Playground. This will be the location of the
52
-
auto-deployment. To do this, log into the app manager on
0 commit comments