plotly / dash-labs

Work-in-progress technical previews of potential future Dash features.
MIT License
139 stars 39 forks source link

long_callback: Switch from FlaskCaching to Diskcache and add windows support #32

Closed jonmmease closed 3 years ago

jonmmease commented 3 years ago

This PR adds Windows support for long_callback.

This primarily involved two changes:

The documentation examples have been updated to remove the FlaskCaching backend, and replace it with the Diskcache backend. The Celery backend remains unchanged.