Demonstration Application

This is the django_plotly_dash demo application. It contains a number of separate pages that exhibit different features of the integration of Plotly Dash into the Django framework.
Demo One Direct insertion of one or more Dash applications into a Django template
Demo Two Storage of application initial state within Django
Demo Three Adding Django features with enhanced callbacks
Demo Four Live updating of apps by pushing from the Django server
Demo Five Injection of a Dash application without embedding in an html iframe
Demo Six Simple html injection example
Demo Seven Dash-bootstrap-components example
Demo Eight Django session state example
Demo Nine Local serving of assets
Demo Ten Callback with multiple return values
Demo Eleven Dash Mantine Components