Can a dash app display multiple separate plots, each at a unique url?

I’m using an iframe on a webpage to display a single plot (hosted via dash). It works well so now I’d like to scale the site from one to perhaps a few thousand pages

I’m using ruby on rails so the web side of things should be relatively straight forward. However, I do not know if a single dash app can provide >1 unique plots, each at a unique url

Is it possible?

Yup! Check out the official dash user guide: https://dash.plot.ly/. There is a chapter under “Advanced Usage” called “URL Routing and Multiple Apps” that has some examples

1 Like