Resources on creating Dash apps in Julia

I found a lot of scattered resources on building Dash apps in Julia and I thought I can put them all in one place here. If you have more, please share below.

Dash documentation

The Dash Julia documentation https://dash.plotly.com/julia/ has numerous examples on how to use Dash to build apps in Julia with various components.

YouTube tutorials

Examples and demos

10 Likes

Thanks for this!

1 Like

Thanks for sharing!

I am also developing Dash Julia applications for visualization, here you can review my recent apps’ code on GitHub and Heroku: https://github.com/tolgahancepel/dash-julia-applications

4 Likes

They look great! I found your code very useful and it helped me develop my own apps. Thanks for sharing!