Skip to content

Instantly share code, notes, and snippets.

@eyaltrabelsi
Created November 29, 2024 18:57
Show Gist options
  • Save eyaltrabelsi/ef3561970a365e6e8292c5cca4e304d3 to your computer and use it in GitHub Desktop.
Save eyaltrabelsi/ef3561970a365e6e8292c5cca4e304d3 to your computer and use it in GitHub Desktop.
regular_dashboard
def regular_dashboard():
data_configuration = ...
dashboard_configuration = ...
data = fetch_stock_data(data_configuration)
plot_stock_data(data, dashboard_configuration)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment