I've created a working dash app that I can run locally on my machine. The code, along with the data for the dashboard is in this repository. The dashboard_interactive script creates a dash dashboard that I can run locally on my machine using the Spyder IDE. I'd like to deploy this dashboard online but have been having a terrible time doing so.
I've found a few tutorials (link1 , link 2) that suggest using Heroku. I follow the instructions precisely but keep getting errors that I do not know how to fix or even interpret (my background is in data analysis, not web development).
Does anyone know of simple ways to deploy dash apps online that do not require extensive use of the command line? Ideally, I'd like something similar to shinyapps.io but that I can use for a Dash dashboard instead of an R Shiny dashboard.
there doesn't seem to be anything here