Start One App From Another

Suppose I have several Dash apps which I want to make accessible through a unified user interface (ideally also Dash app).

This interface would look like a webpage with icons for the apps which could start any of them and refresh the page to the one of the app.

I am looking for elegant solution that would also work if the apps are ran locally by the user.

How can I do this?

You can define multipage apps like described here https://dash.plot.ly/urls

Otherwise, the commercial product Dash Enterprise does exactly what you’re looking for, like the gallery https://dash-gallery.plotly.host/Portal/

2 Likes

Hi @KonstantinV,

As @Emmanuelle mentioned above, you can use Dash Enterprise or the dcc.Location component. You can check out the dash-bio demo/test app for some inspiration.

1 Like