emilhe / dash-celery-mwe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dash celery mwe

This repository holds a minimal working example of how a (long) job can be run asynchronously in Plotly Dash using Celery.

Running the example

The example can be run with a single command,

docker-compose up -d

When the command completes, the app can be accessed at,

http://localhost:8000/

About


Languages

Language:Python 78.8%Language:Dockerfile 21.2%