I had to do a presentation but I wanted it to be interactive with Dash. It went well and was cool, so I made this template plus extra machinery to make Dash presentations easy as making a few slides (pages) and making a list of your slides’ names in order. Navigation is taken care of with a built-in router. A few simple customization features to boot.
I’d love any suggestions, issues, or pull requests if you have them!
Shoutout to @tcbegley FacultyAI’s dash_bootstrap_components, which is used to make navigation pretty. You don’t have to use bootstrap components, but they are there waiting for you if you like them!
Thanks Russel, is it possible to do this offline? I need to make a presentation for clients where they will not provide internet access, not sure how PlotyDash can handle discreate slides running on local PC port 8050
I’ve updated this to consolidate imports, include instructions for poetry and deployment to https://fly.io, and removed the duplicative example/ directory. Mayhaps I’ll even add Dash Pages soon