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?