Created
November 29, 2024 18:57
-
-
Save eyaltrabelsi/ef3561970a365e6e8292c5cca4e304d3 to your computer and use it in GitHub Desktop.
regular_dashboard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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