All Projects → plotly → Dash Sample Apps

plotly / Dash Sample Apps

Licence: mit
Open-source demos hosted on Dash Gallery

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
Lasso
22 projects
CSS
56736 projects
r
7636 projects

Projects that are alternatives of or similar to Dash Sample Apps

Jupyter Dash
Develop Dash apps in the Jupyter Notebook and JupyterLab
Stars: ✭ 453 (-78.33%)
Mutual labels:  jupyter-notebook, plotly-dash, dash
Fitly
Self hosted web analytics for endurance athletes
Stars: ✭ 65 (-96.89%)
Mutual labels:  plotly-dash, dash, plotly
2019-nCoV-dash
新型冠状病毒(2019-nCoV)肺炎(COVID-19)疫情展示
Stars: ✭ 13 (-99.38%)
Mutual labels:  plotly, dash, plotly-dash
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (-81.39%)
Mutual labels:  plotly-dash, dash, plotly
Plotly.py
The interactive graphing library for Python (includes Plotly Express) ✨
Stars: ✭ 10,701 (+412.01%)
Mutual labels:  jupyter-notebook, plotly-dash, plotly
Real Time Sentiment Tracking On Twitter For Brand Improvement And Trend Recognition
A real-time interactive web app based on data pipelines using streaming Twitter data, automated sentiment analysis, and MySQL&PostgreSQL database (Deployed on Heroku)
Stars: ✭ 127 (-93.92%)
Mutual labels:  jupyter-notebook, dash, plotly
Dash Table
A First-Class Interactive DataTable for Dash
Stars: ✭ 382 (-81.72%)
Mutual labels:  plotly-dash, dash, plotly
dash-mantine-components
Plotly Dash components based on Mantine React Components
Stars: ✭ 263 (-87.42%)
Mutual labels:  plotly, dash, plotly-dash
dash-flexbox-grid
Wrapper around react-flexbox-grid for Plotly Dash
Stars: ✭ 19 (-99.09%)
Mutual labels:  plotly, dash, plotly-dash
dash-admin
CLI tool for initiating dash boilerplate
Stars: ✭ 22 (-98.95%)
Mutual labels:  plotly, dash, plotly-dash
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (-88.13%)
Mutual labels:  plotly-dash, dash, plotly
Dashr
Dash for R - An R interface to the Dash ecosystem for creating analytic web applications
Stars: ✭ 337 (-83.88%)
Mutual labels:  plotly-dash, dash, plotly
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+646.03%)
Mutual labels:  plotly-dash, dash, plotly
Hexapod Robot Simulator
A hexapod robot simulator built from first principles
Stars: ✭ 577 (-72.39%)
Mutual labels:  plotly-dash, dash, plotly
Slapdash
Boilerplate for bootstrapping scalable multi-page Dash applications
Stars: ✭ 225 (-89.23%)
Mutual labels:  plotly-dash, dash, plotly
dash-redis-celery-periodic-updates
Demo apps now maintained in https://github.com/plotly/dash-enterprise-docs
Stars: ✭ 47 (-97.75%)
Mutual labels:  plotly, dash, plotly-dash
Dash Cytoscape
Interactive network visualization in Python and Dash, powered by Cytoscape.js
Stars: ✭ 309 (-85.22%)
Mutual labels:  plotly-dash, dash, plotly
Dash Docs
📖 The Official Dash Userguide & Documentation
Stars: ✭ 338 (-83.83%)
Mutual labels:  plotly-dash, dash, plotly
Jupyter Renderers
Renderers and renderer extensions for JupyterLab
Stars: ✭ 395 (-81.1%)
Mutual labels:  jupyter-notebook, plotly
Socialsentiment
Sentiment Analysis application created with Python and Dash, hosted at socialsentiment.net
Stars: ✭ 402 (-80.77%)
Mutual labels:  plotly-dash, plotly

Dash Sample Apps

CircleCI

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.

Most apps in this repository are hosted on Dash Gallery, which is our internal server running on Dash Enterprise Kubernetes. Note that you can find both open-sourced apps and demos for our licensed products, including Design Kit and Snapshot Engine. If you are interested in learning more, don't hesitate to reach out to get a demo. If you want to only see the open-sourced apps, select the "Open Source" tag.

Downloading and running a single app

Visit the releases page and download and unzip the app you want. Then cd into the app directory and install its dependencies in a virtual environment in the following way:

python -m venv venv
source venv/bin/activate  # Windows: \venv\scripts\activate
pip install -r requirements.txt

then you can run the app:

python app.py

Cloning this whole repository

To clone this repository, run:

git clone https://github.com/plotly/dash-sample-apps

Note this might take a long time since it copies over 100 apps available in the repo. If you just want to try one app, refer to the section above.

Contributing

To contribute to this repository, please see the contributing guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].