plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.54k stars 2.08k forks source link

Default background manager. #2997

Open T4rk1n opened 2 months ago

T4rk1n commented 2 months ago

Add a default background manager using diskcache, would write to ~/.cache/dash/${hash_of_app_directory}/ on linux or the appdata folder on windows.

This would allow to use @callback(..., background=True) without having to setup anything.