The purpose of django-plotly-dash is to enable Plotly Dash applications to be served up as part of a Django application, in order to provide these features:
- Multiple dash applications can be used on a single page
- Separate instances of a dash application can persist along with internal state
- Leverage user management and access control and other parts of the Django infrastructure
- Consolidate into a single server process to simplify scaling
- Install Python
https://www.python.org/downloads/
- Install Django
pip install django
- Install Plotly
pip install plotly
- Install Django Potly Dash
pip install django_plotly_dash
- Install channels daphne redis django-redis channels-redis
pip install channels daphne redis django-redis channels-redis
Run this code on local host using 127.0.0.1:8000
- Django - The web framework used
- Django-Plotly-Dash - Django-Dash-Plotly integration
- Plotly - Data Visualization Tool for Python
- Dash Docs - Framework in Python for Plotly
- Bootstrap Theme - Fast UI
- Django-Dash-Plotly Docs - All Documents
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thank you Creators of Django Dash Plotly for an integration library for python data visualization using Django and Plotly.