Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dash | 18,785 | 804 | 413 | 5 days ago | 154 | June 13, 2022 | 744 | mit | Python | |
Data Apps & Dashboards for Python. No JavaScript Required. | ||||||||||
Flask_jsondash | 3,243 | a year ago | 11 | June 13, 2017 | 50 | mit | Python | |||
:snake: :bar_chart: :chart_with_upwards_trend: Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go. | ||||||||||
Bowtie | 703 | 10 | 4 years ago | 45 | October 13, 2018 | 49 | mit | Python | ||
:bowtie: Create a dashboard with python! | ||||||||||
Plotlydash Flask Tutorial | 399 | a year ago | 20 | Less | ||||||
📊📉 Embed Plotly Dash into your Flask applications. | ||||||||||
Slapdash | 243 | 8 months ago | 3 | mit | Python | |||||
Boilerplate for bootstrapping scalable multi-page Dash applications | ||||||||||
100 Days Of Code Python | 229 | 3 months ago | 6 | Jupyter Notebook | ||||||
100 Days of Code: The Complete Python Pro Bootcamp | ||||||||||
Dash Flask Login | 151 | 2 years ago | mit | Python | ||||||
Implementation of Flask-login on top of Dash. | ||||||||||
100 Days Of Python | 149 | 2 months ago | 1 | Jupyter Notebook | ||||||
🐍 The Complete Python Pro Bootcamp for 2021 | ||||||||||
Flask Plotly | 104 | 4 months ago | 1 | mit | HTML | |||||
Interactive Web Apps and Dashboards | ||||||||||
Pi Temp | 102 | 7 years ago | 6 | JavaScript | ||||||
Web server using a Raspberry Pi and DHT22 sensor to graph the humidity and temperature in my apartment over time. |
Make Plotly Dash part of your Flask Application by following this example.
Get set up locally in two steps:
Replace the values in .env.example with your values and rename this file to .env:
FLASK_ENV
: The environment in which to run your application; either development
or production
.SECRET_KEY
: Randomly generated string of characters used to encrypt your app's data.LESS_BIN
(optional for static assets): Path to your local LESS installation via which lessc
.ASSETS_DEBUG
(optional): Debug asset creation and bundling in development
.LESS_RUN_IN_DEBUG
(optional): Debug LESS while in development
.COMPRESSOR_DEBUG
(optional): Debug asset compression while in development
.Remember never to commit secrets saved in .env files to Github.
Get up and running with make deploy
:
$ git clone https://github.com/hackersandslackers/plotlydash-flask-tutorial.git
$ cd dashboard-flask-tutorial
$ make deploy
Hackers and Slackers tutorials are free of charge. If you found this tutorial helpful, a small donation would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.