documentation
documentation copied to clipboard
Fix for the example in the docs that does not demo as intended
The example here https://plotly.com/python/custom-buttons/#update-button is missing df = df.set_index('Date') at the end of the Load dataset section and thus does not demo as intended.
I want to work on this issue.