You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating an issue just to track. I started doing this a while back, and would be good to re-visit after #362 merged.
I'd like to re-deploy the Crystal Toolkit demo app, to achieve two goals (1) continuous deployment of the example apps to make it easier for newcomers to try them out, (2) showcase how to use Dash pages (e.g., each example app a separate page).
Changes to existing code would be minimal. It would be adding a dash.register_page() call to every example app, and creating a new main.py with navigation and a container to load the example apps, something like:
Creating an issue just to track. I started doing this a while back, and would be good to re-visit after #362 merged.
I'd like to re-deploy the Crystal Toolkit demo app, to achieve two goals (1) continuous deployment of the example apps to make it easier for newcomers to try them out, (2) showcase how to use Dash pages (e.g., each example app a separate page).
Changes to existing code would be minimal. It would be adding a
dash.register_page()
call to every example app, and creating a newmain.py
with navigation and a container to load the example apps, something like:c.f. #265
The text was updated successfully, but these errors were encountered: