Skip to content

tinztwins/plotly-dash-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enterprise-Level Plotly Dash App Template

Newsletter

👉🏽 Do you enjoy our content and want to read super-detailed articles about AI? If so, subscribe to our Tinz Twins Hub and get our popular data science cheat sheets for FREE.

General

This project contains a well structured dashboard application with Plotly Dash. Feel free to use this example as the basis for your next Web App.

Local Development

  • Create and activate a conda environment:
    • conda create -n dash-app python=3.9.12
    • conda activate dash-app
  • Navigate to the dash-app folder. Please install the dependencies with the following command: pip install -r requirements.txt
  • Execute the following command: python index.py
  • Open the app at http://127.0.0.1:7000

Dockerize the Dash App (Production Environment)

  • Navigate to the dash-app folder.
  • Build the app with the following command: docker build -t dash-app:latest .
  • Run the app with the following command: docker run --name dashboard -d -p 7000:7000 dash-app
  • Open the app at http://0.0.0.0:7000.

Detailed tutorial

Support this project

👉🏽 Support our work

Follow us for more content

⭐️ Star the repo if you find it useful!

About

Well structured dashboard app template with Plotly Dash

Topics

Resources

License

Stars

Watchers

Forks

Contributors